Tracing kafka message event in lmax disruptor ring buffer sequence
Below is the code for kafka message consumed and published within lmax disruptor ring buffer, now i need to implement tracing for each event may goes through multiple sequence. Before publishing the event i should have the trace or mdc context added to event object, so it will logged in Handlers for tracing for an distributed system.