Add Spring Cloud Task support
See original GitHub issueRoot span would start and be reported at the point of the TaskExecutorListener. The name of the span would be spring.application.name.
Each of the CommanLineRunner or ApplicationRunner executions would be a span. The name of the span would be the bean name.
cc @mminella
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Spring Cloud Task
Spring Cloud Task allows a user to develop and run short lived microservices using Spring Cloud and run them locally, in the cloud,...
Read more >An Intro to Spring Cloud Task - Baeldung
The goal of Spring Cloud Task is to provide the functionality of creating short-lived microservices for Spring Boot application.
Read more >Guide to Spring Cloud Task: Short-Lived Spring Boot ...
In this article, we'll be diving into Spring Cloud Task - used to create short-lived microservices in the Java/Spring ecosystem.
Read more >Spring Cloud Task Reference Guide
This section provides a brief overview of the Spring Cloud Task reference documentation. Think of it as a map for the rest of...
Read more >Batch Processing with Spring Cloud Task - GitHub
In this guide, we develop a Spring Boot application that uses Spring Cloud Task and deploy it to Cloud Foundry, Kubernetes, and your...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

that’s the plan.
ok, so
ApplicationRunner or CommandLineRunnerwill support inspring cloud 2021.0.0, andspring boot 2.6.Xwill supportspring cloud 2021.0.0, right?