Dean Hiller

Results 4 comments of Dean Hiller

Twitter's futures have a context which has a ThreadLocal to transfer everything trhouhg. logback just needs a weay to override the MDC and leave it up to the frameworks to...

Had to do LOTS of reflection to swap out ThreadLocal for Context.java :( in an XFutureMDCAdapter -> https://github.com/deanhiller/webpieces/pull/213/files#diff-cfa9505f151c50437505e6cb79f17549bd973387fd92ff894ce112bc5205f7a3 Anyway we can have a non-reflective way of adding async MDCAdapter going...

MDC.put("key", "value"); works for all keys, values across the CompletableFutures (shamelessly copied from Twitter's version of Promise/Future ;) ).

I want to aws test-access --profile {profilename} so I can exit script. devs are logged in with SSO and CI/CD is logged in with machine tokens but all use profile...