Deep Nandredeepnandre.hashnode.dev·Apr 7, 2024Navigating the Confluent of Data Streaming as a Student at Kafka Summit London 2024As a cybersecurity master's student at Manchester Metropolitan University, I embarked on a life-changing journey by attending the Kafka Summit London 2024 on a student scholarship by Danica Fin. This conference, expertly organized by Confluent, becam...Discuss·2 likes·85 reads#Kafkasummit
Jen PersonforSquid AI Blogsquidcloud.hashnode.dev·Mar 11, 2024Introducing Squid Queues with Confluent: Streamline your data like never before!We've got some great news to share with the Squid community! Squid AI now seamlessly integrates with Confluent, a popular Apache Kafka Cloud service, to bring you a new powerful feature: Squid Queues. This integration simplifies how you handle data s...DiscussSquid Queues
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 ...Discuss·31 readsConfluent 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·200 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·2.1K 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·3.9K 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·394 readskafka