Eran PeledWhat is Apache Kafka— using Docker, Node.JSfor docker samples just skip to this section of this articleJul 23, 20223Jul 23, 20223
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, 20194Jul 27, 20194
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, 20191Jun 16, 20191
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, 20191Jun 16, 20191
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, 20192Jun 16, 20192
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, 201914Jul 20, 201914
InITNEXTbySaeed ZarinfamHow to install Kafka using DockerSet up a Kafka cluster for test and development purposeNov 11, 20198Nov 11, 20198
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, 20204Aug 17, 20204
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, 20224Apr 27, 20224
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, 20193Aug 12, 20193
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, 20224Apr 27, 20224
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, 20221Mar 16, 20221
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, 201812Dec 12, 201812
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, 20202Sep 2, 20202