You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
The text was updated successfully, but these errors were encountered:
--
赵胡志
在 2023-02-01 20:29:57,"tiger lee" ***@***.***> 写道:
现在是支持批量消费的,你这边指的批量消息是什么场景呢?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
FEATURE REQUEST
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.
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.
I've tried.
The text was updated successfully, but these errors were encountered: