Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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.