Apache Kafka is a distributed event streaming platform that acts as a distributed publish-subscribe messaging system. It enables us to build distributed streaming data pipelines and event-driven ...
Community driven content discussing all aspects of software development from DevOps to design patterns. To quickly install Java on Ubuntu and have the JDK’s utilities included on the operating ...
In this tutorial, we will learn how to stream logs in real-time using Apache Kafka. We are going to use rewrite_tag filter to route ERROR logs to Kafka Output Plugin. We will use the Kafka Connect to ...
MinIO is a high-performance, cloud-native object store that runs anywhere (public cloud, private cloud, colo, onprem). MinIO is a high-performance, cloud-native object store that runs anywhere (public ...
Vibe coding, or using AI agents to create application code, is all the rage today. This video tutorial shows how it works using popular AI tools Replit and GitHub Copilot. Continue Reading ...
The decision on which client library to use when interacting with Kafka will in the majority of cases simply come down to the programming language used by the organisation. However, if this is the ...
Red Hat’s Quarkus is a full-stack, open-source Java framework designed for containers and cloud environments. See why it’s a worthy alternative to Spring. Quarkus is a full-stack, open-source Java ...
Kafka JMS Client consumer and producer implementation, using standalone Java, to connect to Confluent Kafka Cloud. This client, with minor adaptations from below doc ...