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

Cloud Event Driven Architectures with Spring Boot and Spring Cloud Stream

Cloud Event Driven Architectures with Spring Boot and Spring Cloud Stream

Spring Boot
Spring Cloud Stream
Pivotal Cloud Foundry
REST
Event-Driven
Event Sourcing
Event Storming
DDD

Jakub Pilimon

June 08, 2018
Tweet

More Decks by Jakub Pilimon

Other Decks in Programming

Transcript

  1. WHOAMI SPRING DEVELOPER ADVOCATE AT PIVOTAL Blogger, Programmer and Speaker

    Loves to tackle complex enterprises with: Domain-Driven Design, Test-Driven Development and Spring tools. Being a microservice freak, architecture is his main area of interest too. Also, here is his DZone MVB awarded blog: pillopl.github.io Co-founder of #dddbyexamples initiative: github.com/ddd-by-examples JakubPilimon
  2. LIVE CODING AGENDA ‣ DDD AND MICROSERVICES WITH SPRING BOOT

    ‣ OOP MODELING WITH TDD ‣ EVENT SOURCING ‣ EVENT-DRIVEN ARCHITECTURE (SPRING CLOUD STREAM) ‣ DEPLOYING TO CLOUD (PCF) JakubPilimon
  3. ACCOUNTING CREDIT CARD RISK PAYMENTS NOTIFICATION When there is a

    withdrawal in accounting Risk has to send information to credit bureau After doing so, outgoing payment have to be created And client has to be informed via e-mail JakubPilimon