Example Application to demo various flavours of handling domain events in Spring Boot
-
Updated
Sep 24, 2018 - Java
Example Application to demo various flavours of handling domain events in Spring Boot
Using Axon + Spring Cloud + Spring Cloud Stream + JPA to implement event sourcing and CQRS
Automated documentation for async APIs built with Spring Boot
Simple Event Driven Microservices with Spring Cloud Stream
The main goal is to play with Kafka Connect and Streams. We have store-api that inserts/updates records in MySQL; Source connectors that monitor inserted/updated records in MySQL and push messages related to those changes to Kafka; Sink connectors that read messages from Kafka and insert documents in ES; Store-streams that listens for messages i…
Source code for Learning Spring Boot 2nd Edition
Java MTCNN face detection using ND4J and trained TensorFlow models
The goal of this project is to implement a "News" processing pipeline composed of five Spring Boot applications: producer-api, categorizer-service, collector-service, publisher-api and news-client.
基于Spring Cloud Alibaba的前后端分离微服务在线学习平台,整合了Spring Security鉴权,Seata分布式事务,消息驱动RabbitMQ,缓存Redis,以及alibaba全套服务发现,服务配置,流量控制,监控等
End to End project for Kafka Streams using Spring Cloud Kafka streams
spring cloud 项目实践总结
Java Spring Cloud Stream template for the AsyncAPI Generator
sample spring cloud application that integrates with rabbitmq through spring cloud stream framework as shows how to setup message-driven microservices basing on publish-subscribe model, consumer groups
CQRS implementation using Debezium + Spring Cloud Stream + Kafka Connect + Kafka + Druid
sample microservices communicating asynchronously using spring cloud stream, rabbitmq
Developer Workshops related to the Java development on OpenShift
Goal: create a Spring Boot application that handles users using Event Sourcing. So, whenever a user is created, updated, or deleted, an event informing this change is sent to Kafka. Also, we will implement another application that listens to those events and saves them in Cassandra. Finally, we will use Testcontainers for integration testing.
Spring Cloud Stream Transactional Messaging Extension
Demo illustrating the usage of Spring Cloud Stream in order to integrate with Kafka Streams
Add a description, image, and links to the spring-cloud-stream topic page so that developers can more easily learn about it.
To associate your repository with the spring-cloud-stream topic, visit your repo's landing page and select "manage topics."