code-URI
code-URI
@rmichela Also reactor now supports ThreadLocal propagation magic you can use that aswell to read the values in from ThreadLocal in grpc layer.
could you try this? ``` public Mono filter(ServerWebExchange exchange, WebFilterChain chain) { long startMillis = System.currentTimeMillis(); return chain.filter(exchange) .tap(() -> new DefaultSignalListener() { @Override public void doOnSubscription() throws Throwable {...
doOnComplete() can also include this. ``` @Override public void doOnComplete() throws Throwable { //log.info("[{}] executed in {} ms with status {}", exchange.getRequest().getPath(), System.currentTimeMillis() - startMillis, exchange.getResponse().getStatusCode()); exchange.getResponse().beforeCommit(() -> { log.info("[{}]...
I don't see any reply from the consul team. Maybe this does not fit into their existing product catalog? I think we should look into some alternate purely open source...