Akhil Kondapaneniakhil-kondapaneni.hashnode.dev·Sep 4, 2023Supercharge your Kafka producer with a custom serializerIntroduction In this tutorial, we will explore how to create a custom Kafka serializer in Java. We'll implement a serializer that adds "hello" to the beginning of every message. This can be a handy tool if you want to isolate logic from your app and ...DiscussConfluent Kafka
Janga Venkata Phanindra Reddyphanindrareddyjv.hashnode.dev·Jun 5, 2023Streaming Data Pipeline Using Confluent Cloud and Dataproc on GCPIntroduction In This Article, we'll look into How we can build a streaming data pipeline using Confluent Kafka and Spark Structured Streaming on Dataproc(GCP). Objective: Create a Confluent Kafka Topic and Stream events from Kafka to Google cloud sto...Discuss·1 like·133 readsCloud
Basanta Kharelbasantakharel.com·May 9, 2023Setting up Kafka Connect with Debezium Connectors: Importance of Database History ParametersIf you're working with databases, you've probably heard of Kafka, Kafka Connect, and connectors. In a nutshell, Kafka is a distributed streaming platform that allows you to publish and subscribe to streams of records, while Kafka Connect is a framewo...Discuss·658 readskafka connect
Joshua Stewardconcurrentflows.com·Jan 25, 2023Kafka Producer - C# Sync vs AsyncRules of Thumb We're taught early and often that any I/O Bound operations should be done Asynchronously. A general rule of thumb is that anything that takes more than 50ms should be done async. While this is quite true in most cases, sometimes, just ...Discuss·980 readsC#
TheBlogBustletheblogbustle.hashnode.dev·Jan 19, 2023Confluent acquires Immerok to develop Apache Flink offeringConfluent a leading data streaming specialist company has signed a definitive agreement to acquire Immerok – a leading Apache Flink cloud provider for building powerful cloud-native Apache Flink offerings. As per LinkedIn, Confluent was founded in th...Discussconfluent
Mounir Messelmeniblog.mounirmesselmeni.de·Jan 14, 2023Building a Basic Kafka Application with PythonKafka is a distributed streaming platform that is used for building real-time data pipelines and streaming apps. It is a powerful tool that can handle high volumes of data and allows for the storage and processing of streams in a fault-tolerant and s...Discuss·132 readskafka