GitHub user lhotari added a comment to the discussion: Problems in creating a producer
@zhengcongyi There are more fixes in 3.0.10/4.0.3 in this area. https://github.com/apache/pulsar/pull/23884 https://github.com/apache/pulsar/pull/23984 https://github.com/apache/pulsar/pull/23988 What `loadManagerClassName` do you use? You might need to clean up manually Zookeeper state since due to a bug, explained in https://github.com/apache/pulsar/issues/23889 and fixed by #23984 & #23988, znodes were persistent when they shouldn't have been. `bin/pulsar zookeeper-shell -server <zk-address>` to start the shell zk shell reference: https://zookeeper.apache.org/doc/r3.9.3/zookeeperCLI.html GitHub link: https://github.com/apache/pulsar/discussions/23623#discussioncomment-12508292 ---- This is an automatically sent email for commits@pulsar.apache.org. To unsubscribe, please send an email to: commits-unsubscr...@pulsar.apache.org