What is the bootstrap server in Kafka?
Alex Eisenach
Last updated on
Your thoughts?
Share your thoughts
The bootstrap servers are the initial servers you connect to when establishing connection to Kafka. These servers reveal the full set of brokers available on the cluster
This is a configurable property specifying the initial servers to connect to in Kafka.