排序
Learn stream processing with Kafka Streams: Stateless operations
Learn stream processing with Kafka Streams: Stateless operations, Exploring Kafka Streams (3 Part Series) 1 Learn stream processing with Kafka Streams: Stateless operations 2 How t...
Create Kafka Streams applications faster than ever before with Azkarra Streams
Create Kafka Streams applications faster than ever before with Azkarra Streams,Kafka Streams is a powerful library for writing streaming applications and microservices on top of Ap...
Streams consumer not working for AWS MSK Kafka
Streams consumer not working for AWS MSK Kafka,Hello everyone, We are currently playing with AWS' MSK (Kafka 2.2.1). This is a 3-node cluster, and we can successfully produce event...
Testing Micronaut Kafka
Testing Micronaut Kafka,When testing Kafka in Micronaut you can use embedded Kafka or use Testcontainers. Configuration To use embedded Kafka set these properties in a src/test/res...
5 Best courses to learn Apache Kafka for Java Programmers
5 Best courses to learn Apache Kafka for Java Programmers,Disclosure: This post includes affiliate links; I may receive compensation if you purchase products or services from the d...
Kafka producer retries in Spring kafka
Kafka producer retries in Spring kafka,The KafkaProducer configuration has a option(retries property) for doing automatic retries in case of RetriableExceptions like NoLeaderForPar...
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...
Simplest Spring Kafka Producer and Consumer
Simplest Spring Kafka Producer and Consumer,Let's now build and run the simples example of a Kafka Consumer and then a Kafka Producer using spring-kafka. If you need assistance wit...
Kafka – Crash Course
Kafka - Crash Course,Apache Kafka is in its core a distributed, scalable and fault tolerant log system exposed as a Topic abstraction and implemented with a high-performance and la...
Consuming from Kafka
Consuming from Kafka,I have been exploring on the best ways to consume from Kafka topic in Java. There are several ways: 1 The simplest way is using KafkaListener @Slf4j @Component...
Considerations for high throughput kafka producer
Considerations for high throughput kafka producer,I have been recently working on lot of high throughput kafka producers. Our application publishes close to 3 million kafka publish...
Spring boot and Kafka a great combination
Spring boot and Kafka a great combination,I am happy to share that a talk I had the opportunity to give a few weeks ago at the SpringIO Barcelona 2019 was published today. If you'r...