Hello, I would like to extend the camel-netty4 component a little bit especially within udp. The first thing is to indroduce a config parameter which makes it possible to send udp datagrams without connect because this results in an PortUnreachableException if an consumer is not listen. To have this exception might be sometimes good but not always. The next thing is to add the ByteArray codec to the standard camel codecs. There are also other things in my mind. If you don't mind I raise an issue an after that a pull request with the fix. Is that ok?
Regards, Thomas