Hi All, I am trying to expose TCP endpoint using Netty [from('netty:tcp://localhost:12346?sync=false&allowDefaultCodec=false&encoding=UTF-8&disconnect=true')], from the client I am sending a big syslog message. At the server side, I am receiving the message as chunks instead of full byte[] or string. Can someone help me or guide me on how to write decoder to handle this?
Thanks, Trivedi -- View this message in context: http://camel.465427.n5.nabble.com/Netty-with-syslog-decoder-tp4763467p4763467.html Sent from the Camel - Users mailing list archive at Nabble.com.