Kafka Consumer BenchmarkingArchit Agarwal·FollowSep 23, 2021--1SharePhoto By Guruswamy BM on PerfactoThis story is moved to PayPal technology blog.URL: https://medium.com/paypal-tech/kafka-consumer-benchmarking-c726fbe4000
Archit AgarwalHow I transformed my body in 3 months by eating right“It’s never too early or too late to work towards being the healthiest you”4 min read·Aug 11, 2020--2
Archit AgarwalinThe PayPal Technology BlogScaling Kafka Consumer for Billions of EventsPayPal is migrating its analytical workloads to Google Cloud Platform (GCP). We designed a streaming application from Kafka to BigQuery.5 min read·Nov 18, 2021--5
Daniel SantanaFlink + Docker + KafkaApache Flink is a powerful stream processing framework that enables real-time data processing. Docker provides an easy way to set up and…2 min read·Aug 7--
Mohsan AbbasEffective Kafka Consumption in Golang: A Comprehensive GuideIntroduction:9 min read·May 15--
Priyanka CherukuMulti-threading Kafka messages -PythonKafka is used for live streaming where N number of producers can write and N number of consumers can read on a Topic using the same group…3 min read·May 21--
Shivansh SinghEfficient Batch Processing of Kafka Messages in GolangUnleashing Scalable Data Processing: Goroutines for High-Performance Kafka Batch Processing3 min read·Jun 16--
Asim HafeezinAWS TipReal-Time Data Streaming with Apache Kafka and Node.js: A Complete TutorialWe live in an age where time is of the essence and every second counts. That’s why real-time data streaming has become a crucial aspect of…·5 min read·Apr 27--24
Kamini KamalinLevel Up CodingCompaction of topic data in KafkaIn Kafka, compaction is a process of removing older, redundant, or stale data from a topic. The goal of compaction is to reduce the size of…3 min read·May 9--