GitHub user dao-jun added a comment to the discussion: recycled already - exception
What's your pulsar client version? This is a netty bug from a long time ago, it should be fixed in 2021 and released in 4.1.66.Final(netty version). And I found the origin PR: https://github.com/netty/netty/pull/11402 If you are using the latest pulsar client version, I think it might be a JAR package conflict, you need to check your JAR version(Pulsar client version, netty version) in your local env. GitHub link: https://github.com/apache/pulsar/discussions/21929#discussioncomment-8190691 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
