RockteMQ-AI commented on issue #1325: URL: https://github.com/apache/rocketmq-clients/issues/1325#issuecomment-5364735906
**Issue Evaluation** Category: `enhancement` | Status: **Evaluated** **Feasibility:** feasible **Scope:** Java gRPC PushConsumer **Compatibility:** No breaking changes — additive API. This is a reasonable performance enhancement. Batch acknowledgement would reduce the number of gRPC round-trips for offset commits in high-throughput scenarios. The current per-message acknowledgement pattern creates unnecessary network overhead when processing large message batches. A clean implementation would: - Add a `acknowledge(List<String> messageIds)` method to the consumer - Maintain backward compatibility with single-message ack - Handle partial failures gracefully This would be a welcome contribution. --- *Automated evaluation by RockteMQ-AI* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
