I have Strimzi Kafka cluster set-up successfully on OpenShift. I can see the following services:
kafka-brokers
kafka-bootstrap
zookeeper-client
zookeeper-nodes
This is actually different from what is called out here; so, not sure, if this is a Strimzi installation issue. I followed installation steps from here.
I created a routes for kafka-bootstrap
and kafka-brokers
on port 9092
(non-TLS clients). In both cases, I get a ECONNREFUSED
error when I provide the route value (e.g. my-cluster-myproject.192.168.99.100.nip.io:9092
in the example from kafkajs.
How do I get the kafkajs
package connected to the Strimzi cluster?