orpiske opened a new issue #403:
URL: https://github.com/apache/camel-kafka-connector/issues/403


   I am writing a IT for the camel-azure-storage-queue connector and it seems 
that there is an incompatibility with the Netty version used on the component 
(4.1.49) and the one used by Kafka (4.1.45). 
   
   This seems to cause the following issue: 
   
   ```2020-08-31 15:39:44,402 [or-http-epoll-1] WARN 
io.netty.channel.AbstractChannelHandlerContext - An exception 
'java.lang.NoSuchMethodError: 'void 
io.netty.util.internal.AppendableCharSequence.setLength(int)'' [enable DEBUG 
level for full stacktrace] was thrown by a user handler's exceptionCaught() 
method while handling the following exception:
   java.lang.NoSuchMethodError: 'void 
io.netty.util.internal.AppendableCharSequence.setLength(int)'
        at 
io.netty.handler.codec.http.HttpObjectDecoder$HeaderParser.process(HttpObjectDecoder.java:893)
 ~[netty-codec-http-4.1.49.Final.jar:4.1.49.Final]...
   ```
   
   I think it may be possible to work-around this one in test code, but it's 
likely we'll need to do something for the runtime.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to