Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Taking Spring Boot Reactive Apps for a Spin on Azure

Taking Spring Boot Reactive Apps for a Spin on Azure

Tag-team session with Bruno Borges of Microsoft in which I created the app and he deployed it to Azure, as presented at the Utrecht (Netherlands) JUG.

Mark Heckler

October 15, 2018
Tweet

More Decks by Mark Heckler

Other Decks in Programming

Transcript

  1. Taking Spring Boot Reactive Apps for a Spin on Azure

    Mark Heckler Principal Technologist, Spring Developer Advocate www.thehecklers.com [email protected] [email protected] @mkheck with my buddy Bruno Borges!
  2. @mkheck @projectreactor Who am I? • Author • Speaker •

    Architect & Developer • Java Champion • Seeker of a better way
  3. @mkheck @projectreactor –Rossen Stoyanchev, Project Reactor team “In a nutshell

    reactive programming is about non-blocking, event-driven applications that scale with a small number of threads with backpressure as a key ingredient that aims to ensure producers do not overwhelm consumers.”