Glenn Renfro
Glenn Renfro
Refer to issue for additional detail: https://github.com/spring-cloud/spring-cloud-dataflow/issues/4373
In this case I think this goes back to the foundation that all properties that are stored for a task launch can't be removed only modified. This was a MVP...
Moving this issue to https://github.com/spring-cloud/spring-cloud-dataflow/issues/5085.
After researching this issue the correct solution is to use the `boot` entry point. We need to update the documentation so that will say, "I you are using CTR on...
@klopfdreh Looking forward to your response.
Using the `boot` entrypoint without using config server the application resolves the original issue. Now we need to discern if the configserver + `boot` entrypoint have an issue. So can...
Hello @klopfdreh , Thanks for looking into it. Would you be able to answer the other questions?
Here is the issue that @zargarf opened on Spring Cloud Task https://github.com/spring-cloud/spring-cloud-task/issues/859
Usually when running ephemeral apps I'd consider using metrics like timer or long timer provided by micrometer vs using tracing for observations. But as for shutting down a task that...
Hello @zargarf , So let me get a bit more information here. If you run a task on your local system when it is implementing Spring Cloud Sleuth, does the...