ivangfr / springboot-kafka-connect-debezium-ksqldbLinks
Experiment with Kafka, Debezium, and ksqlDB. research-service: Performs MySQL record manipulation. Source Connectors: Monitor MySQL changes, push messages to Kafka. Sink Connectors and kafka-research-consumer: Listen to Kafka, insert/update Elasticsearch. ksqlDB-Server: Listens to Kafka, performs joins, and pushes new messages to new Kafka topic…
☆84Updated 5 months ago
Alternatives and similar repositories for springboot-kafka-connect-debezium-ksqldb
Users that are interested in springboot-kafka-connect-debezium-ksqldb are comparing it to the libraries listed below
Sorting:
- Project goal: Explore Kafka, Kafka Connect, and Kafka Streams. Components: store-api: Inserts/updates MySQL records. Source Connectors: M…☆115Updated 5 months ago
- Spring Boot Demo with microservices that performs distributed transactions☆89Updated this week
- Demo illustrating the usage of Spring Security in microservices built on top of Spring Boot and Spring Cloud☆115Updated 2 weeks ago
- Demo illustrating the usage of Spring Cloud Stream in order to integrate with Kafka Streams☆40Updated this week
- Spring Boot application demonstrating the Kafka Idempotent Consumer pattern and Transactional Outbox pattern with Debezium☆35Updated last year
- Spring Boot demo apps for testing Kafka transactions with other resources like database☆40Updated 2 weeks ago
- WebFlux Server using the Spring WebFlux framework and reactive Kafka which exposes a REST API for the clients to make secure HTTP request…☆34Updated 4 years ago
- ☆28Updated 3 years ago
- sample microservices demonstrating usage of spring reactive support with spring webflux and integration spring cloud, eureka, ribbon, spr…☆110Updated this week
- Spring Boot application demonstrating Kafka Streams stateless and stateful processing☆29Updated 2 years ago
- Code examples built for the purpose of video course: Microservices With Spring Boot And Spring Cloud☆152Updated 2 weeks ago
- sample spring cloud application that integrates with rabbitmq through spring cloud stream framework as shows how to setup message-driven …☆42Updated this week
- Demo microservices illustrating how to build use event-driven, async communication with Spring Boot, Redis and Spring cloud☆29Updated this week
- Source code examples built for the purpose of video course: Microservices On Kubernetes☆39Updated 2 weeks ago
- This Demo application reads data from Apache Kafka topic and updating the View using Spring Websocket on real-time.☆63Updated 7 years ago
- Kotlin-Spring-OutBox-Microservice☆36Updated 2 years ago
- Saga Pattern Implementation Using Axon and Spring Boot☆80Updated 6 years ago
- Showcases how to build a small Event-sourced application using Spring Boot, Spring Kafka, Apache Avro and Apache Kafka☆43Updated 2 years ago
- This repository contains a functional example of an order delivery service similar to UberEats, DoorDash, and Instacart.☆235Updated 4 years ago
- ☆62Updated 3 years ago
- In this project, we will implement two Spring Boot Java Web application called streamer-data-jpa and streamer-data-r2dbc. They both will …☆38Updated 3 months ago
- The goal of this project is to implement two Spring Boot applications: bitcoin-api and bitcoin-client. The bitcoin-api application simula…☆66Updated 5 months ago
- The goal of this project is to implement a "News" processing pipeline composed of five Spring Boot applications: producer-api, categorize…☆98Updated 2 months ago
- Several examples of application related to Spring Boot and Kafka components including KafkaConnect, KSQL or Kafka Streams☆14Updated this week
- Kafka Examples focusing on Producer, Consumer, KStreams, KTable, Global KTable using Spring, Kafka Cluster Setup & Monitoring. Implement…☆38Updated 3 years ago
- Example reactive kafka consumer and producer implementation on spring boot☆85Updated last year
- Axon Framework extension for Kafka integration to publish and handle Event messages.☆73Updated 2 months ago
- creating microservices with rest http api exposed over google protocol buffer on spirng-boot