/kafka-demo

How to setup kafka locally (macOS), example producer and consumers

Primary LanguageJavaScript

kafka-demo

How to setup kafka locally (macOS), example producer and consumers using kafka-node

Demo

  • Will cover producing and consuming messages to/from a topic using kafka-node
  • Our example topic is tweets
  • 3 producers mimicking twitter users
  • 2 consumers:
    • Consumer 1: retweets all tweets from Justin Bieber
    • Consumer 2: retweets all tweets that contain the keyword cats

Kafka Setup for macOS (demo setup included)

Overview on Kafka