Webinar: Introducing Spring Cloud Task
HTML-код
- Опубликовано: 6 фев 2025
- Speaker: Michael Minella, Pivotal
One of the major promises of the cloud is that of flexibility. Today, most applications deployed to the cloud are long running processes that use the flexibility of cloud scaling. But computing is full of short lived tasks that start up, do their work, and then terminate. These tasks are excellent cloud use cases since resources can quickly be provisioned - and reclaimed.
In this webinar, we’ll explore a new project in the Spring Cloud portfolio, Spring Cloud Task, a new framework for developing and orchestrating short-lived microservices. We’ll explore various use cases, build your first task, and discuss how to orchestrate tasks using various techniques. Finally, we’ll peek into the roadmap for the Spring Cloud Task project.
Michael, great introduction to Spring Cloud Task ! I learned a lot!
Richard Langlois P. Eng.
Solutions Architect, Alithya, Montreal
Is it possible to use @EnableTask on any random class or just possbile on Spring main method class?
code from the presentation: github.com/mminella/spring-cloud-task-webinar