Custom transformations in Kafka Connect offer a powerful approach to manipulate data within connectors, allowing for tasks such as replacement,
Continue readingCategory: java
Virtual Threads in Quarkus Applications
The code In this article, you will look at the examples of virtual threads in Quarkus applications. Source code is
Continue readingKafka Connect – Custom REST extension
We explored the usage of different layers of Kafka Connect in the first post. Now, let’s delve into creating custom
Continue readingKafka Connect: Understanding Converter, Transformer, and Connector Layers
Introduction Kafka Connect provides flexibility, but at the same time, it’s necessary to understand the internal structure with different layers
Continue readingKubernetes Networking Troubleshooting with Java applications
In this article, we’ll delve into Kubernetes networking and its interaction with Java applications deployed on AWS EKS. We will
Continue readingJava Collections interview questions
This post is part of articles series about Java interview questions: 1. Java Collections interview questions (this)2. Java Core interview questions
Continue readingJava Core interview questions
Java Core interview questions
Continue readingJava 17 sealed classes
Intro Java 17 is the latest long-term support release which was released on September 2021. In this article I want
Continue readingHow to configure consumer with Quarkus and Kafka for losing less messages
How to configure consumer with Quarkus and Kafka
Continue readingExample of a modular monolith with DDD
Intro I got an idea to implement a modular monolith with DDD using Java stack and was targeting the following
Continue reading