Checklist progress
0/168Learned
Heroku Architect
Study Checklist
Checklist progress
0/168Learned
Recommend architectures that use the Twelve-Factor App methodology correctly.
0/16
Construct solutions for creating an orchestration layer for building a microservices architecture using Apache Kafka on Heroku.
0/8
What is the role of an orchestration layer in a Heroku microservices architecture?
Learn this conceptHow does Apache Kafka on Heroku function as the backbone for microservices orchestration?
Learn this conceptPrepare for the Exam
Study Community
Ask questions and get the latest info from other Heroku Architect studiers.
In Kafka, a consumer group ID determines how partitions of a topic are distributed among consumers. Each independent microservice that needs to receive all events from a topic must use a distinct consumer group ID; sharing a group ID between two services causes Kafka to treat them as a single logical consumer, so each event is delivered to only one of them rather than both.