Page 1
Creating and Running a Jakarta EE Application with Apache Tomcat in Eclipse IDE
Spring AI Tutorial: Build Your First AI Application Without Spring Boot
Java Object Initialization Order Explained: Constructors, Inheritance, this() & super()
Jakarta EE Explained: What Is Jakarta EE? | Complete Introduction for Java Developers
Java Constructors Explained – Everything You Need to Know
Exception Handling in Spring for Apache Kafka Streams – Part 2
In the previous tutorial, we explored two types of exception handlers in Spring for Apache Kafka Streams: DeserializationExceptionHandler and ProcessingExceptionHandler. In this tutorial, let’s learn about the remaining exception handler, ProductionExceptionHandler! As I mentioned in the previous tutorial, ProductionExceptionHandler handles errors that occur when the… Read More
Exception Handling in Spring for Apache Kafka Streams – Part 1
To handle potential exceptions in applications using Spring for Apache Kafka Streams, you can configure the following settings: Configuration Handles Typical examples DESERIALIZATION_EXCEPTION_HANDLER_CLASS_CONFIG Consumer deserialization failures Invalid JSON, corrupted Avro/Protobuf, wrong Serde PROCESSING_EXCEPTION_HANDLER_CLASS_CONFIG Exceptions thrown while processing records NullPointerException, ArithmeticException, business logic exceptions in map(),… Read More
Quarkus Tutorial for Java Developers | Introduction to Supersonic Subatomic Java
