What is the correct way to terminate SSL

2022-09-27 Thread Shuxin Yang
Hi,     This is my first email to this mailing list:-)     In some situations, Kafka-clients cannot directly hook to brokers. There will be few reverse-proxies between them, with some of these proxies serving as SSL terminator.     There are lots of articles about how to setup Kafka with TLS

multiple TLS listeners

2022-11-03 Thread Shuxin Yang
Hi,    I'm new to Java-SSL and Kafka. Is it possible to configure multiple SSL listeners (say, one for inter-cluster, the other one for intra-cluster communication)? How does Kafka pick up a appropriate certificate for incoming request. Thanks! Shuxin