mrwersa / kafka-cqrs-demoLinks
A CQRS implementation using Kafka
☆26Updated 4 years ago
Alternatives and similar repositories for kafka-cqrs-demo
Users that are interested in kafka-cqrs-demo are comparing it to the libraries listed below
Sorting:
- Sample CQRS and event sourced application developed on top of axon framework.(Kafka is used for distributing the events)☆36Updated 3 years ago
- Spring Boot Demo with microservices that performs distributed transactions☆88Updated 2 weeks ago
- code-examples is a collection of Java/Spring based software projects implemented as POCs (Proof Of Concept)☆64Updated 7 months ago
- Experiment with Kafka, Debezium, and ksqlDB. research-service: Performs MySQL record manipulation. Source Connectors: Monitor MySQL chang…☆83Updated 2 months ago
- Demo illustrating the usage of Spring Cloud Stream in order to integrate with Kafka Streams☆39Updated last week
- Project goal: Explore Kafka, Kafka Connect, and Kafka Streams. Components: store-api: Inserts/updates MySQL records. Source Connectors: M…☆114Updated 2 months ago
- An application to demonstrate Hexagonal architecture with Domain, Presenter & Entity segregation on Spring WebFlux☆33Updated 4 years ago
- Demo illustrating the usage of Spring Security in microservices built on top of Spring Boot and Spring Cloud☆111Updated last week
- Domain-driven design microservices example☆67Updated last year
- A detailed example connecting to Keycloak (OpenID Complaint Authentication and Authorization Server) using Spring Oauth2 OpenID Connector…☆127Updated 3 years ago
- This repository contains a functional example of an order delivery service similar to UberEats, DoorDash, and Instacart.☆233Updated 3 years ago
- Spring Boot application demonstrating the Kafka Idempotent Consumer pattern and Transactional Outbox pattern with Debezium☆34Updated last year
- A simple integration example between Java apps and Keycloak, thru REST API☆43Updated 4 years ago
- Codebase for talk on Spring I/O 2022 in Barcelona about Spring for Apache Kafka☆41Updated 2 years ago
- Customized version of the spring authorization server