GitHub user liangyuanpeng added a comment to the discussion: I encountered a port error when using pulsar to integrate etcd
I have tests on the docker image of `docker pull lypgcs/pulsar:2022-08-23` and it's working for etcd cluster. You need Change `etcd:node01:2379,node02:2379,node03:2379` to `etcd:http://node01:2379,http://node02:2379,http://node03:2379` GitHub link: https://github.com/apache/pulsar/discussions/17240#discussioncomment-3471019 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
