Learn how to use message acknowledgement options to control reliability guarantees for Kafka consumers and producers in Java.
Also find me here:
Baeldung Author
Omkar Adgaonkar
I have 10+ years of experience in software development, mostly in java. I am currently working as a freelancer. I like exploring latest technologies. My hobbies include photography, trekking.
Here's what I've written (so far):
Baeldung on Java
- All
- Data (3)
- JPA (2)
- Spring Boot (1)
- Networking (1)
- Logging (1)
- Java Numbers (1)
- Java IO (1)
- Java Array (1)
Query JPA Repository With Single Table Inheritance Subtypes
Filed under JPA
Learn how to implement JPA entity inheritance using a single table with a discriminator column for subtypes.
Handling Kafka Producer TimeOutException with Java
Filed under Data
Learn more about how to handle TimeOutException in Kafka Producer
Efficient Way to Insert a Number Into a Sorted Array of Numbers in Java
Filed under Java Array, Java Numbers
Learn how to efficiently insert a number into an existing sorted array in Java.
Generate MS Word Documents Using poi-tl Template
Filed under Java IO
A quick and practical guide to generating Word documents using poi-tl templates.
ON CONFLICT Clause for Hibernate Insert Queries
Filed under JPA
Tutorial on the ON CONFLICT clause for insert queries in Hibernate 6.5 and later.
HTTP Request and Response Logging Using Logbook in Spring
Filed under Logging, Spring Boot
Learn how to integrate the Logbook library with Spring Boot using minimal configuration.
Introduction to SSHJ
Filed under Networking
Learn the basic usage of the SSHJ library for secure communication with remote servers.
Parsing HTML Table in Java With Jsoup
Filed under Data
Learn ow to parse and manipulate an HTML table using Jsoup