Yann Simon
Yann Simon
You can have a look at https://github.com/kubernetes/charts/tree/master/incubator/elasticsearch: The pre-stop-hook: https://github.com/kubernetes/charts/blob/master/incubator/elasticsearch/templates/elasticsearch-configmap.yaml#L56
For info, this is the code I am now using: ``` /** * propagates the logback MDC in future callbacks */ trait MDCPropagatorExecutionContext extends ExecutionContext { self ⇒ override def...
I also remember one PR from @viktorklang where he proposed some changes, and where we discussed why we need `prepare` for context propagation. (I cannot find this PR anymore -...
Yes, the `MarkerContext` is a good solution, but limited to the user code. If any library is using logging, it does not work anymore. One can use `MarkerContext` for the...
@abernix is it something the community can help? Is it quite easy, like updating the rust version, and fixing all warnings? Or is it something more complex, as updating dependencies...
I think it'd be great to release this soon-ish. CI pipelines are being blocked as many dependencies are asking for newer rustc version.
I think that this issue is fixed by https://github.com/tokio-rs/axum/pull/3401. Feel free to open it again if it's not the case.
For context, the [PR that introduced the possibility to deprecated input fields](https://github.com/sangria-graphql/sangria/pull/1063). Do you know which introspection query they're using? If they use `args(includeDeprecated = true)`? I see in the...
@candeemis do you have some news?
I'll close the issue for now. If you have any news, don't hesitate to open it again.