KIP-948 — Allow custom prefix for internal topic names in Kafka Streams
Discussion Streams
Introduces an internal.topics.prefix StreamsConfig that prepends a custom string to all Kafka Streams internal topic names independently of application.id. Multi-tenant clusters often enforce a topic namespace prefix tied to team ACLs, but application.id serves double duty as both consumer group ID and topic prefix, preventing them from being set independently.
Details
| Author | Igor Buzatović |
| Status | Discussion |
| Wiki | View on Apache Wiki |
| Created | 2023-07-04 |
| Last Modified | 2023-10-05 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.