KIP-103 — Separation of Internal and External traffic
Accepted Kafka 1.0 BrokerSecurity
Introduces named listener configurations (listener.security.protocol.map) that decouple listener names from security protocols, allowing multiple listeners with the same security protocol and enabling separate named listeners for client, internal, and replication traffic. The existing model allowed at most one listener per security protocol, preventing operators from isolating inter-broker replication traffic onto a dedicated network interface.
Protocol Impact
Details
| Author | Ismael Juma |
| Status | Accepted |
| Kafka Version | 1.0 |
| JIRA | KAFKA-1809 |
| Wiki | View on Apache Wiki |
| Created | 2016-12-21 |
| Last Modified | 2017-06-05 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.