I am using below docker-compose to create a multi-kafka cluster locally. Kafka and Zookeeper works fine but SR is having some issue.
schema-registry | [main-SendThread(localhost:22181)] INFO org.apache.zookeeper.ClientCnxn - Opening socket connection to server localhost/127.0.0.1:22181. Will not attempt to authenticate using SASL (unknown error)
schema-registry | [main-SendThread(localhost:22181)] WARN org.apache.zookeeper.ClientCnxn - Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect
schema-registry | java.net.ConnectException: Connection refused
schema-registry | at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
schema-registry | at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
schema-registry | at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
schema-registry | at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1141)
schema-registry | [main-SendThread(localhost:42181)] INFO org.apache.zookeeper.ClientCnxn - Opening socket connection to server localhost/127.0.0.1:42181. Will not attempt to authenticate using SASL (unknown error)
schema-registry | [main-SendThread(localhost:42181)] WARN org.apache.zookeeper.ClientCnxn - Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect
schema-registry | java.net.ConnectException: Connection refused
schema-registry | at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
schema-registry | at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
schema-registry | at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
schema-registry | at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1141)
Hi,
I am using below docker-compose to create a multi-kafka cluster locally. Kafka and Zookeeper works fine but SR is having some issue.
My docker-compose -