List of questions
Related questions
Question 17 - Certified Heroku Architecture Designer discussion
A client wants to create a scalable set of microservices that communicate with each other, where multiple microservices have a public REST API.
Which architecture strategy allows this on Heroku?
A.
Each microservice is a separate Heroku app. The microservices communicate by using Apache Kafka as a message bus.
B.
Each microservice is a separate process type in a single Heroku app. The microservices communicate by using Redis as a message bus.
C.
Each microservice is a separate private space. The microservices communicate by using DNS Service Discovery.
D.
Each microservice is a separate process in a single Heroku app. The microservices communicate by using shared memory.
Your answer:
0 comments
Sorted by
Leave a comment first