Deep Dive into Kafka Offset Commit with Spring Boot
Explains Kafka offset commit in Spring Boot, showing how to avoid message loss or duplication with concurrency settings.
Explains Kafka offset commit in Spring Boot, showing how to avoid message loss or duplication with concurrency settings.
A tutorial on implementing a function-based Kafka consumer in Go, moving from the deprecated channel-based approach.
A developer's notes on implementing a Kafka consumer in Go using the deprecated channel-based API, including code examples and termination patterns.
A developer's journey learning to use the Go programming language with Apache Kafka, starting with the Confluent Go client.