Checklist progress
0/168Learned
Heroku Architect
Study Checklist
Checklist progress
0/168Learned
Demonstrate knowledge of Heroku Postgres, including data handling, security, and common use cases for follower databases. Describe the use cases of Dataclips.
0/18
Architect solutions using Apache Kafka on Heroku to facilitate streaming communication between applications, services, or functions.
0/8
What is the role of Kafka consumer groups and offsets in designing event-driven data flow on Heroku?
Learn this conceptArchitect solutions using Heroku Key-Value Store
0/9
Demonstrate the ability to prescribe a third-party add-on and add-on sharing, when appropriate.
0/5
Prepare for the Exam
Study Community
Ask questions and get the latest info from other Heroku Architect studiers.
A consumer group is a set of Kafka consumers that jointly consume a topic, with each partition assigned to exactly one consumer in the group at a time; this enables parallel processing scaled to the partition count. An offset is a numeric position within a partition that tracks how far a consumer group has read, allowing consumers to resume after restarts without replaying all messages or missing any.