Hi Vamsee,
>From the error stack trace, it is complaining the listener name: set in
`controller.listener.names` cannot find the mapping security protocol. Ex:
In https://github.com/apache/kafka/blob/trunk/config/kraft/broker.properties,
we set the `controller.listener.names=CONTROLLER`, and in the
Hi Luke,
Thanks for your response but I don't understand.As this node is not a
controller I first tried commenting out the 'controller.listener.names' setting
altogether. It doesn't like it. So I tried setting it to PLAINTEXT in order to
match the PLANTEXT:PLAINTEXT that I set for `listener.secu
Congrats!
On 12/17/21 15:46, Bill Bejeck wrote:
Congratulations David! Well deserved.
-Bill
On Fri, Dec 17, 2021 at 6:43 PM José Armando García Sancio
wrote:
Congrats David!
On Fri, Dec 17, 2021 at 3:09 PM Gwen Shapira wrote:
Hi everyone,
David Jacot has been an Apache Kafka committer
Hi Vamsee,
> To summarize, if a minimal broker only and controller only config
examples can be added to the Kraft README they would be awesome 👍
Thanks for your suggestion.
Actually, there are 2 example configuration files in Kraft config folder:
https://github.com/apache/kafka/blob/trunk/config/k