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


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.

Answer: A