When
2:15 PM Saturday
Where
Round Table
Silicon Valley Code Camp : October 13 & 14, 2018session

Developing Asynchronous, Message-Driven Microservices

Learn about the key role that messages and events play in a microservice architecture

About This Session

The microservice architecture functionally decomposes an application into a set of services. Each service has its own private database that’s only accessible indirectly through the services API. Consequently, implementing queries and transactions that span multiple services is challenging. In this presentation, you will learn how to solve these distributed data management challenges using asynchronous messaging. I describe how to implement transactions using sagas, which are sequences of local transactions, coordinated using messages. You will learn how to implement queries using Command Query Responsibility Segregation (CQRS), which uses events to maintain replicas. I describe the key role that messaging plays a microservice architecture.

Time: 2:15 PM Saturday    Room: Round Table 

The Speaker(s)

undefined undefined

Chris Richardson

Founder , Eventuate, Inc

Founder of Eventuate, Author of POJOs in Action, creator of the original Cloud Foundry