The new logging support in rt/features/logging already creates exchange id and message id. It also allows to send the message id over the wire. I have already fed the data into elastic search. There I was able to correlate request to reply and request sent out from the client to request received on the server.

Would that already work?

See http://cxf.apache.org/docs/message-logging.html

Christian

On 08.12.2016 08:58, Romain Manni-Bucau wrote:
Hello guys,

would it make sense to have a lighter tracker in cxf? idea is just to have
a header accumulator but not all the data zipkin requires. I often saw it
used in companies to track the data path but often it is self contained and
only contains the host list. In term of delivery it would be a jaxrs
client/server provider (or interceptor) to handle the header and soap
equivalent probably. Wdyt?

(to make it clear client1 would send Cxf-Tracking: host1, if received on
host2 the program does another request it will send Cxf-Tracking:
host1,host2 etc...)




--
Christian Schneider
http://www.liquid-reality.de

Open Source Architect
http://www.talend.com

Reply via email to