Skip to content

v0.3.6-pre-58

Pre-release
Pre-release
Compare
Choose a tag to compare
@EdFiBuildAgent EdFiBuildAgent released this 23 Aug 17:03
· 54 commits to main since this release
c0f0e37
RND-558 Reading from Kafka Topics (#290)

* RND-558 Reading from Kafka Topics

Add sample code to read topics from Kafka using Kafkajs and rdkafka

* Update clients to read by batch or each message.

* Update Kafka docker compose to enable reading from typescript

* Update package-lock.json

* Update docker-compose.yml

* Update docker-compose.yml

* Update package.json

* Remove rdkafka package

* Add Kafkajs test

* Update kafkajsWorker.test.ts

Fix linting errors

* Update kafkajsWorker.test.ts

Remove console log

* Update jest.config.js

Update to ignore unit test from kafka folder.