Confluent
CCDAK · Question #38
In Kafka Streams, by what value are internal topics prefixed by?
The correct answer is B. application.id. In Kafka Streams, the application.id is also the underlying group.id for your consumers, and the prefix for all internal topics (repartition and state).
Developing with Kafka Streams
Question
In Kafka Streams, by what value are internal topics prefixed by?
Options
- Atasks-<number>
- Bapplication.id
- Cgroup.id
- Dkafka-streams-
How the community answered
(33 responses)- A3% (1)
- B94% (31)
- C3% (1)
Explanation
In Kafka Streams, the application.id is also the underlying group.id for your consumers, and the prefix for all internal topics (repartition and state).
Topics
#Kafka Streams#internal topics#application.id#topic naming
Community Discussion
No community discussion yet for this question.