Kafka
-
Enterprise Java
It is never enough of them: enriching Apache Avro generated classes with custom Java annotations
Apache Avro, along with Apache Thrift and Protocol Buffers, is often being used as a platform-neutral extensible mechanism for serializing…
Read More » -
Enterprise Java
Challenges of moving from Kafka Mirror Maker to Brooklin for SSL Kafka Brokers
Problem Moving from Kafka mirror maker to Brooklin has its advantages written by me here. But doing this migration is…
Read More » -
Enterprise Java
Kafka – Exactly-Once Semantics
In distributed environment failure is a very common scenario that can be happened any time. In the Kafka environment, the…
Read More » -
Enterprise Java
Long Live ETL
Extract transform load is process for pulling data from one datasystem and loading into another datasystem. Datasystem involved are called…
Read More » -
Enterprise Java
Send your data async on Kafka
For a project, I’m trying to log the basic transactions of the user such as addition and removal of an…
Read More » -
Enterprise Java
Microservices in Publish-Subscribe communication using Apache Kafka as a Messaging Systems and validated through Integration Test
Publish-Subscribe Messaging systems play an important role in any enterprise architecture as it enables reliable integration without tightly coupling the…
Read More » -
Software Development
Apache Kafka & KSQL & TensorFlow for Data Scientists via Python & Jupyter Notebook
Why would a data scientist use Kafka Jupyter Python KSQL TensorFlow all together in a single notebook? There is an…
Read More » -
Enterprise Java
Spring Cloud Stream with Kafka
Overview This sample project demonstrates how to build real-time streaming applications using event-driven architecture, Spring Boot,Spring Cloud Stream, Apache Kafka and Lombok. By the end of this…
Read More » -
Enterprise Java
Getting started with Apache Flink and Kafka
Introduction Apache Flink is an open source platform for distributed stream and batch data processing. Flink is a streaming data…
Read More »