On Fri, Feb 7, 2014 at 5:15 PM, Pritchard, Charles X. -ND < charles.x.pritchard....@disney.com> wrote: > > I’m finding it a challenge to see where in the AvroSource class I could > actually push the data into Event headers. > All of those methods are stateless when it comes to the connection — they > have no access to ChannelHandlerContext. >
Hmm, ok that's what I didn't understand. You want the event header to contain the client CN? If so, why? Events are persistent data units that may live long after a single connection in a multi-hop distributed flow. Mike