TEQnation 2019: Erwin de Gier – Building a cloud native Crypto Currency platform with WebFlux

Full title: Building a cloud native Crypto Currency trading platform with Spring WebFlux Using events is a powerful alternative to REST-based communication in microservices. However, it comes with its own challenges: For instance, dealing with eventual consistency, synchronisation of state, and writing code which can handle asynchronous business logic. In this talk we explain how we use Spring 5’s powerful reactive features (such as WebFlux and Project Reactor) to build an event-driven microservice application for a crypto currency trading platform. We make use of the Axon Framework for implementing CQRS and Event Sourcing. Spring WebFlux is used to handle scenarios were we need the translation from asynchronous domain services to synchronous responses in the mobile app. We chose this approach, because it provides a better user experience when feedback is immediately available after performing an action. We explain how we deal with issues you run into when adopting a new technology, and how the solution integrates with other Spring modules like Spring Cloud and Spring Security. The attendees of this talk can expect to learn about: * How reactive programming helps with asynchronous flows * How to use Spring WebFlux with CQRS and Event Sourcing * How to use Axon framework together with the Spring stack

Bio Erwin

Erwin de Gier is a Software Architect at Trifork. He designs software solutions based on open source technology. He is a fan of DDD, Event-Driven and cloud native. He is an active member of the open source community, participates in various program committees and is an editor for the Dutch Java Magazine. Erwin is an experienced speaker and can be frequently found at International conferences.

(Visited 65 times, 1 visits today)

You might be interested in