Eran PeledWhat is Apache Kafka— using Docker, Node.JSfor docker samples just skip to this section of this articleJul 23, 2022973Jul 23, 2022973
Jhansi KareeHow can Kafka consumers parallelise beyond the number of partitionsAs mentioned in my previous article, Kafka’s way of achieving parallelism is by having multiple consumers within a group. This would scale…Jul 27, 20191994Jul 27, 20191994
Jhansi KareeUse cases of KafkaMessaging: Kafka is used for messaging. It works better than the traditional message brokers. Twitter uses it for sending and receiving…Jun 16, 2019331Jun 16, 2019331
Jhansi KareeWhat is Kafka?Kafka is a fault tolerant, scalable, distributed asynchronous messaging queue. A party called Producer sends stream of messages to Kafka…Jun 16, 20191291Jun 16, 20191291
Jhansi KareeBasic concepts of KafkaKafka is a fault tolerant, scalable, distributed asynchronous messaging queue. Please read my introductory blog on Kafka before this.Jun 16, 20191992Jun 16, 20191992
Jhansi KareeHow to parallelise Kafka consumersConsumers part of the same group would be assigned with different partitions. Hence achieving parallel processing among consumers.Jul 20, 20191.4K14Jul 20, 20191.4K14
InITNEXTbySaeed ZarinfamHow to install Kafka using DockerSet up a Kafka cluster for test and development purposeNov 11, 20196408Nov 11, 20196408
InWebtipsbyHussain Ali AkbarImplementing pub/sub model with Apache Kafka and Node.jsWe’ll look at how we can implement a publisher / subscriber model with Apache Kafka using Node.js!Aug 17, 2020874Aug 17, 2020874
InLevel Up CodingbyAlvin LeeHow To Deploy Apache Kafka With KubernetesGet started with Kafka by deploying with Kubernetes locally before moving to the cloud.Apr 27, 20221574Apr 27, 20221574
Navdeep SharmaWhen & How to deploy Kafka on KubernetesApache Kafka is a distributed, partitioned and replicated commit log service, which enables handling of terabytes of data without any…Aug 12, 20191653Aug 12, 20191653
InLevel Up CodingbyAlvin LeeHow To Deploy Apache Kafka With KubernetesGet started with Kafka by deploying with Kubernetes locally before moving to the cloud.Apr 27, 20221574Apr 27, 20221574
In@tkssharmaby@tkssharmaKakajs the simplest way to use Kafka with Node JSI am writing this based on my experience of using Kafka confluent with Node JS, let’s first check on KafkaMar 16, 2022371Mar 16, 2022371
Philip Feng Ph.DModern Open Source Messaging: Apache Kafka, RabbitMQ, NATS, Pulsar and NSQ# NATS: Ruby then Go https://nats.io/ NATS was originally built with Ruby and achieved a respectable 150k messages per second. The team…Dec 12, 20181.3K12Dec 12, 20181.3K12
InITNEXTbyEmil KoutanovContrasting NATS with Apache KafkaTL;DR Kafka is an Event Streaming Platform, while NATS is a closer to a conventional Message Queue. Kafka is optimised around the unique…Sep 2, 20206002Sep 2, 20206002