pulsar-client-node icon indicating copy to clipboard operation
pulsar-client-node copied to clipboard

Support configuring grouping ACK time and size

Open BewareMyPower opened this issue 1 year ago • 0 comments

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.

BewareMyPower avatar May 10 '24 10:05 BewareMyPower