Claudio Tasso

Results 7 comments of Claudio Tasso

> Hello @guoyiang, > Thank you for your feedback. > Let's explore this topic a bit more. > When you say task, do you mean the `Task App` or the...

> Hi, @taxone. I can see how it'd be useful and it makes sense. If you have cycles, would you be willing to contribute to the feature enhancement? Yes, I'm...

> Great! There's a bit of backend and UI work. AFA we have the API endpoint, we can have @oodamien help with the UI/UX. @cppwfs: if you can help point...

@marcingrzejszczak I added; `Hooks.enableAutomaticContextPropagation();` but traceIds do not appear in the logs. I created [a sample project to reproduce](https://github.com/taxone/tracing-sample-gateway). Any help would be much appreciated, thanks in advance.

You can set the deployment properties with empty values, so the volumes are not mounted: ``` deployer.appl.kubernetes.volumeMounts= deployer.appl.kubernetes.volumes= ```

@corneil would be a PR of this feature appreciated or are you already working on it? Thanks for your feedback

I encountered the same issue using Spring Cloud Task with Kubernetes, you can find details here in [this Stack Overflow question](https://stackoverflow.com/questions/65886489/step-executioncontext-not-promoted-using-spring-cloud-task-on-spring-cloud-data) opened by me. Each worker could write the result...