-
-
Notifications
You must be signed in to change notification settings - Fork 121
Kafka ascoltatore is not using HighLevelConsumer #158
Comments
Would you like to send us a pull request? What's the difference between the two? |
The high level consumer can manage things like offset commits and rebalancing across consumer instances in a consumer group automatically. Using the simple consumer you have to manage partition subscription, broker leader changes and offset commits yourself. The concept of a consumer group does not exist for the simple consumer API. contents from here |
Yes i can submit a pull request |
Thanks! |
I am getting 403 when i try to commit to this repo. Can you please add me as a committer? my username is svarkey Thanks |
@svarkey you will need to press the fork button on the top right of github, commit there, and then send a pull request from that repo. |
Pull request created |
Issue verified on version 3.2.0. Closing this |
I have noticed the Kafka client as part of this integration is using the Simple consumer. As part of our project, we need to use HighLevelConsumer to get the queue functionality from Kafka.
To achieve the above we need to modify the _startConn method in kafka_ascoltatore.js something like this
The text was updated successfully, but these errors were encountered: