ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 39 - Certified Heroku Architecture Designer discussion

Report
Export

A client's Heroku application is publishing messages to an instance of Apache Kafka on Heroku.

What does a second Heroku application need to do to consume those messages?

A.
Subscribe to the Kafka partition(s) that the messages are being published to.
Answers
A.
Subscribe to the Kafka partition(s) that the messages are being published to.
B.
Join a consumer group that also includes the publishing application.
Answers
B.
Join a consumer group that also includes the publishing application.
C.
Subscribe to the Kafka topic(s) that the messages are being published to.
Answers
C.
Subscribe to the Kafka topic(s) that the messages are being published to.
D.
Convert the publishing application into a stream processor.
Answers
D.
Convert the publishing application into a stream processor.
Suggested answer: A

Explanation:

- https://wwwxloudkarafka.com/blog/2016-11-30-part1-kafka-for-beginners-what-isapache-kafka.html

asked 23/09/2024
Jaroslaw Walaszek
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first