GitHub user dao-jun added a comment to the discussion: recycled already - exception
JAR package conflict causes the bug. Same as @lhotari mentioned , your Pulsar client version is fine, but netty version is incorrect. Pulsar client 3.1.1 is using netty 4.1.94.Final, your netty version is 4.1.49.Final, It causes the `recycled already` exception.  I think upgrade netty to latest version or follow @lhotari 's advice will solve the problem. GitHub link: https://github.com/apache/pulsar/discussions/21929#discussioncomment-8192760 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
