apache / apache/rocketmq-spring

Supports BatchListener

Open
#502 2 comments 0 reactions 0 assignees View on GitHub
discuss
Dominant language
Java
Stars
2.3k
Forks
943
PR merge metrics
No merged PRs in 30d

Description

**FEATURE REQUEST**

1. Please describe the feature you are requesting.

Sometimes we need to analysis our batch messages, such as merge, filter duplicate contents.
Batch Listener May Helpful.
BatchMessageListener support each thread to be allocated n messages.

2. Provide any additional detail on your proposed use case for this feature.

In my consumer , I need to merge one batch messages, thus it can invoke rpc less.
Another case , consumer thread has been pushed 10 mesaages, and they have deplicate content , I want to filter and drop some.

![image](https://user-images.githubusercontent.com/21187499/201853924-93377b29-57c3-406e-8137-57e8e4529fba.png)

3. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue?

I've tried.

![image](https://user-images.githubusercontent.com/21187499/201854227-0e92b7ff-0c5b-4682-b581-d5b0fcdb8970.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.