Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1 KB

File metadata and controls

20 lines (16 loc) · 1 KB

Kafka

This is all about learning Kafka using practical examples. I used Kafka 4.0.0 installed view HomeBrew.

This project is based on Learn Apache Kafka for Beginners v3 by Stephane Maarek

This project reads the wikimedia stream "https://stream.wikimedia.org/v2/stream/recentchange" (Producer) and sends it to OpenSearch https://app.bonsai.io/ (Consumer).

Setup

OpenSearch

Set OpenSearch Url to kafka-consumer-opensearch/.env.

OPEN_SEARCH_URL=...

Links