Building Event-Driven Microservices in Java


Details
The microservices architecture, with its emphasis on independent services and teams, has been shown to offer many advantages in terms of agility and time to market. At the same time, as microservices proliferate, new challenges have arisen. Chains of synchronous calls can produce high latency and make it difficult to scale up.
The event-driven microservices architecture addresses the new scaling challenges by introducing reliable asynchronous interactions. Shifting to an event-driven architecture also makes it easy to implement some important enterprise features like zero downtime service updates, canary deployments, and rate-limiting.
This session will start with an architecture-level discussion of event-driven microservices and progress to implementation. We will walk through the code of a sample implementation based on Hazelcast OSS and wrap up with a live demonstration. Everything shown will be available as open source.
Parking
Look for Meridian 1 building and park in any unmarked spot in the garage.
There will be multiple signs directing people where to go. I'll be monitoring the comments around the start time to see if people have issues finding the place or getting into the building.
COVID-19 safety measures

Sponsors
Building Event-Driven Microservices in Java