confluentinc / confluentinc/confluent-kafka-javascript
Allow usage of commitSync in the rebalance callback
Open
bug
- Dominant language
- TypeScript
- Stars
- 304
- Forks
- 45
- Avg merge
- 11h 47m
- Merged PRs (30d)
- 5
Description
- currently it fails saying client isn't connected
- if we change that it fails with erroneous state
There are two things we possibly need to do, make sure that the last rebalance cb finishes before we actually disconnect, and make sure we don't artificially restrict calling methods within the last rebalance cb
Contributor guide
Assessment
This issue has not been assessed yet.