apache / apache/pulsar-client-node
Support configuring grouping ACK time and size
- Dominant language
- C++
- Stars
- 164
- Forks
- 98
- PR merge metrics
- No merged PRs in 30d
Description
These two configs are not configurable in Node.js client:
- https://github.com/apache/pulsar-client-cpp/blob/3f0b33bfad746fd2da63fe062ea745d9a9caed55/include/pulsar/ConsumerConfiguration.h#L288
- https://github.com/apache/pulsar-client-cpp/blob/3f0b33bfad746fd2da63fe062ea745d9a9caed55/include/pulsar/ConsumerConfiguration.h#L303
Adding these configs can help users control the behavior of the `acknowledge` call.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the linked ConsumerConfiguration.h entries at lines 288 and 303, then trace how consumer configuration and acknowledge are exposed in the Node.js client. Done means both grouping ACK time and grouping ACK size can be configured by Node.js users and control acknowledge behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, node.js
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100