Created 04-05-2018 03:15 PM
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?
Created 04-05-2018 07:57 PM
Well, can you issue "kafka-topics --zookeeper $ZK_VIP" or "kafka-console-producer --bootstrap-server $KAFKA_VIP" commands without error?
Created 04-05-2018 07:57 PM
Well, can you issue "kafka-topics --zookeeper $ZK_VIP" or "kafka-console-producer --bootstrap-server $KAFKA_VIP" commands without error?
Created 04-06-2018 07:28 AM
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!
Created 04-06-2018 04:47 PM
@Rajesh Reddy - No, wget only tests HTTP/S connections. Not plain TCP that Kafka and Zookeeper are using
Created 04-06-2018 05:40 PM
@Jordan thanks for the info.