Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Can we have a VIP for kafka and zookeeper servers?

avatar
Contributor

Hi,

I have created two different vip's for kafka brokers and zookeeper servers. How do i test if the VIP's are working? Does this work?

1 ACCEPTED SOLUTION

avatar
Super Collaborator

Well, can you issue "kafka-topics --zookeeper $ZK_VIP" or "kafka-console-producer --bootstrap-server $KAFKA_VIP" commands without error?

View solution in original post

4 REPLIES 4

avatar
Super Collaborator

Well, can you issue "kafka-topics --zookeeper $ZK_VIP" or "kafka-console-producer --bootstrap-server $KAFKA_VIP" commands without error?

avatar
Contributor

Yes @Jordan Moore i can use them. But i was actually trying to test it with HTTP (wget). Not sure if it can be tested!

avatar
Super Collaborator

@Rajesh Reddy - No, wget only tests HTTP/S connections. Not plain TCP that Kafka and Zookeeper are using

avatar
Contributor

@Jordan thanks for the info.