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.
Apache Kafka on Heroku serves as an event bus for asynchronous event notification, decoupling services in a microservices architecture. In contrast, synchronous request-response relies on APIs like SOAP or REST where the caller waits for a reply. Architects choose between these patterns based on requirements for coupling, scaling, and transaction handling.