Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
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.