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.
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.
D.
Convert the publishing application into a stream processor.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
jcferreira10000
4 months, 3 weeks agoRJ12345678
8 months, 3 weeks agokAMMY
11 months, 1 week ago