Learn about what causes the CommitFailedException when working with Kafka in Java and some approaches to help avoid it occurring.
Also find me here:
Baeldung Author
Saikat Chakraborty
A passionate software developer and working as lead developer. I've good experience in the backend development. My area of interest is improving software development practices, with clean coding, testing, scalable and secure system.
Here's what I've written (so far):
Baeldung on Java
- All
- Spring Boot (5)
- Data (5)
- Spring Cloud (4)
- Security (2)
- REST (2)
- JVM (2)
- Core Java (2)
- Testing (1)
- Spring Web (1)
- Spring Security (1)
- Spring Data (1)
- Spring (1)
- NoSQL (1)
- Java (1)
- JPA (1)
- Cloud (1)
Synchronize Virtual Thread Without Pinning
Filed under JVM
Learn various ways a the virtual thread gets pinned to the corresponding platform thread.
Reset Consumer Offset in Kafka
Learn how to reset the consumer offset in Kafka.
Detach and Attach Entity in Spring JpaRepository
Filed under JPA
Learn why and how to detach and attach an entity in the Spring JPA application.
API Versioning in Spring
Filed under REST, Spring Boot
Learn about API versioning in Spring Framework and Spring Boot.
Handling Exceptions in Kafka Streams
Filed under Data
Learn how to implement exception handling mechanisms when using Kafka Streams in Java.
Implement Unit Test in gRPC Service
Filed under Testing
Learn how to implement a gRPC service in Java using the .proto file.
Secure Kafka With SASL/PLAIN Authentication
Learn how to configure Spring Kafka and the Kafka broker using SASL/PLAIN authentication.
Implement SASL Authentication in Kafka With JAAS Config
Filed under Data
Tutorial on how to implement an authentication mechanism called Simple Authentication and Socket Layer (SASL) in a Kafka service.