I am planning to deploy Kafka cluster. I have below query :
1) To secure producer and consumer communication with Kafka broker, SSL can be used. If I have a cluster of 9 brokers and 3 zookeeper nodes and if I do not want to use self-signed certificates, do I have to buy a certificate for each of the nodes (9 + 3 certs, way too costly)?
As I have read that producer/consumer contacts one of the broker nodes directly, without contacting zookeeper.
Thanks,
Viral