|
We started getting the following exception in one of the consumers. It is occurring when the Exception: The consumer: |
Replies: 3 comments 10 replies
|
This looks to be a bug. Which version of the client are you using? |
|
What's your pulsar client version? 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. |
|
Oh...thanks a lot for the advise! |



You are using an old Netty version which contains the bug that was mentioned. pulsar-client-original doesn't come with a shaded Netty version. Could you switch to use pulsar-client dependency instead of pulsar-client-original? The other option is to use a recent Netty version that pulsar-client-original 3.1.1 supports.