vertx-contextual-logging icon indicating copy to clipboard operation
vertx-contextual-logging copied to clipboard

Several inputs about about context

Open glassfox opened this issue 3 years ago • 2 comments

HI @tsegismont, Great post. Currently we are trying to implement Contextual Logging in our application and have an several inputs:

  1. Redis Client do not restore context data.
  2. EventBus.addInboundInterceptor event always occurred without context, so requestId variable is always null.

I our case we have a lot of Services and alternative to transfer RequestId as additional parameter not an option, so we trying to find elegant workaround for the issue with EventBus.

Any proposals ?

We are using vertx 4.0.0.Beta3

glassfox avatar Oct 12 '20 07:10 glassfox