Open brokenbrains opened 3 years ago
This is the key error:
socket connection to server penril-wallet_zookeeper_1.penril-wallet_default/172.22.0.5:2181. Will not attempt to authenticate using SASL (unknown error)
2021-01-12 05:16:35.921 WARN 7 --- [t_default:2181)] org.apache.zookeeper.ClientCnxn : Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect
java.net.NoRouteToHostException: No route to host
at sun.nio.ch.SocketChannelImpl.
The ZK hostname looks unusual. What's the configuration in docker compose file?
/Cc @dartartem
Hi, i run eventuate-cdc in docker-compose provided by example.
when i run on mac machine no issue.
when i run on centos machine when i inspect the log got this
any idea to resolve it?