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.

Комментарии • 3

  • @richardlanglois5183
    @richardlanglois5183 8 лет назад +2

    Michael, great introduction to Spring Cloud Task ! I learned a lot!
    Richard Langlois P. Eng.
    Solutions Architect, Alithya, Montreal

  • @kushsharma6653
    @kushsharma6653 4 года назад

    Is it possible to use @EnableTask on any random class or just possbile on Spring main method class?

  • @ronnydey
    @ronnydey 8 лет назад

    code from the presentation: github.com/mminella/spring-cloud-task-webinar