排序
Using bounded contexts to build a Java application
Using bounded contexts to build a Java application, What are bounded contexts? A bounded context is one of the core patterns in Domain-Driven Design (DDD). It represents how to div...
Designing and Coding Event Management in Java
Designing and Coding Event Management in Java,An improved version and source code on my personal website: How to code events in Java A few years ago, back when ActionScript 3 was s...
Top 3 Kafka Books and Tutorials
Top 3 Kafka Books and Tutorials,The popularity of Apache Kafka is not backing down. If anything, its rate of adoption has been something to behold. To put things visually, here are...
Integration/Functional Testing with JUnit and Solace PubSub+
Integration/Functional Testing with JUnit and Solace PubSub+,When developing event driven Java services for Solace PubSub+, at some stage you want to move from unit testing Java co...
Live session: Event-Driven & code generation with AsyncAPI and Solace 10/06/2020
Live session: Event-Driven & code generation with AsyncAPI and Solace 10/06/2020, Two types of people During The 2020 Quarantine, I had the opportunity to delve deep into my though...
Using Apache Kafka to implement event-driven microservices
Using Apache Kafka to implement event-driven microservices, Event-driven microservices with Kafka (3 Part Series) 1 Using Apache Kafka to implement event-driven microservices 2 Kaf...
Requirements as code v1.0.0 published
Requirements as code v1.0.0 published,The requirements as code project simplifies the development of event-driven applications. It provides a concise way to create handlers for man...
Simplifying an event sourced application
Simplifying an event sourced application,Every time you make a change to the application state, you record the change as an event. You can replay the events since the beginning of ...