Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information