spring-kafka
There are 220 repositories under spring-kafka topic.
piomin/sample-spring-kafka-microservices
Example microservices showing how to use Kafka and Kafka Streams with Spring Boot on the example of distributed transactions implementations with the SAGA pattern
springwolf/springwolf-core
Automated documentation for event-driven applications built with Spring Boot
TechPrimers/spring-boot-kafka-producer-example
Spring Boot Kafka Producer Example
opentracing-contrib/java-kafka-client
OpenTracing Instrumentation for Apache Kafka Client
ivangfr/springboot-kafka-connect-debezium-ksqldb
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 topics.
eugene-khyst/spring-kafka-non-blocking-retries-and-dlt
A sample of non-blocking retries and dead letter topics (aka reliable reprocessing and dead letter queues) with Apache Kafka using Spring Boot and Spring Kafka.
sinkyoungdeok/order-and-gift-project
지금까지 배웠던 기술들을 다듬을겸 주문&선물 프로젝트를 진행합니다
mguenther/spring-kafka-event-sourcing-sampler
Showcases how to build a small Event-sourced application using Spring Boot, Spring Kafka, Apache Avro and Apache Kafka
piomin/sample-spring-kafka-transactions
Spring Boot demo apps for testing Kafka transactions with other resources like database
MetaArivu/Kafka-quickstart
Kafka Examples focusing on Producer, Consumer, KStreams, KTable, Global KTable using Spring, Kafka Cluster Setup & Monitoring. Implementing Event Sourcing and CQRS Design Pattern using Kafka
xuanbo/easy-java
整理java技术要点,让java更简单,更容易上手。
ivlahek/kafka-avro-without-registry
Test Spring Kafka application (using Avro as a serialization mechanism) without the need for Confluent Schema Registry
Kevded/integration-test-spring-kafka-with-embedded-kafka-consumer-and-producer
Integration Test in spring boot with spring kafka Embedded Kafka Consumer Producer
ivangfr/spring-cloud-stream-kafka-multi-topics
The goal of this project is to create two applications: one as a Spring Boot producer and the other as a Spring Boot consumer. We'll be using Spring for Apache Kafka and Spring Cloud Stream.
adjh54ir/blog-codes
Contributor9 티스토리 블로그 내에서 활용한 내용들을 담은 레포지토리입니다.
navikt/kafka-sandbox
Experiments with Kafka clients and Spring Kafka. Demo code and tutorials.
schroedermatt/spring-kafka-samples
Kafka Listener sample repository
ivangfr/spring-kafka-de-serialization-types
The goal is to play with Spring Kafka. We've implemented 5 examples of producer and consumer services that exchange messages through Kafka using different types of serialization and approaches.
jupiter-tools/spring-test-kafka
Tools for integration testing of Apache Kafka with SpringBoot applications
pg-liudong/kafka-spring-boot-starter
Encapsulation based on spring-kafka not only supports native configuration, but also adds multi data source configuration.
SelimHorri/kafka-boot
kafka-producer-consumer-with-spring-boot
ashishqcs/spring-kafka-error-handling
This springboot project demonstrates blocking and non-blocking error handling - retry, recovery and dlt using spring kafka for kafka consumer.
RawSanj/boot-kubeless
Spring Boot project for Custom Kubeless Runtime
schroedermatt/spring-kafka-config
Spring Kafka project that initializes a cluster's topics via configuration.
ysjiang4869/code-example
Examples for Java, include: flink, kafka, kafka-stream, flink, bloom-filter, netty and so on
alirezaalj/simple-spring-kafka-demo
This program is written using the spring boot framework with maven plugin and is designed in a modular project and includes a number of modules. This program is simply run on Docker.with using postman you can send data to the first service then receive it by the second service. In this project, the main focus was on Kafka and the usege of Kafka with spring.
makerlee/spring-kafka-demo
spring-kakfa 多线程消费代码提交
rajadilipkolli/kafka-experiments
kakfa play ground
rbiedrawa/spring-kafka-streams-protobuf-testcontainers-demo
Account Service - Spring, Kafka Streams sample application that allows users to sign up and retrieve account details and statistics. This PoC demonstrates how to run multiple Kafka Streams instances (with different consumer groups) inside single Spring Boot application.
testinggospels/jms-service
JMS Service is a utility for testing JMS based backends by simply using HTTP Endpoints. Currently supported backends are Kafka and RabbitMQ
withmarket-server/shop-review-reply
가게 노출, 가게 관리, 리뷰 관리, 답글 관리를 담당하는 서버입니다.
daggerok/reactive-kafka
Simple Reactive Kafka app by using awesome: reactor-kafka, spring-webflux and spring-boot!
piomin/sample-spring-boot-kafka
Sample Spring Boot apps that sends and receives messages from Kafka using the Spring Kafka project
vspiliop/embedded-kafka-cluster
Start a fully configurable docker based Kafka cluster as part of your tests just by adding a Spring annotation.
wkennedy/spring-kafka-cloud-events
The spring-kafka-cloud-events library provides utility in order to use the CloudEvents spec in your project that uses Spring-Kafka.