tulios / kafkajs

A modern Apache Kafka client for node.js

Home Page:https://kafka.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to prioritise the topic in KafkaJS

telia-ankita opened this issue · comments

Hi Team,
Let's assume I have 9 topics. Out of 9 topics, 6 are high priority and 3 are low priority. I want to consume high priority topic completely first then continue with low priority. How we can implement same with KafkaJS?
Thanks