Description
The goal is to eventually support different security mechanisms on different ports.
Currently brokers are defined as host+port pair, and this definition exists throughout the code-base, therefore some refactoring is needed to support multiple ports for a single broker.
The detailed design is here: https://cwiki.apache.org/confluence/display/KAFKA/Multiple+Listeners+for+Kafka+Brokers
Attachments
Attachments
Issue Links
- blocks
-
KAFKA-1928 Move kafka.network over to using the network classes in org.apache.kafka.common.network
- Resolved