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
I have confirmed that this should be classified as an enhancement rather than a bug/feature.
Summary
Add client API support for PEEK_MESSAGE request.
Motivation
PEEK_MESSAGE is a useful API to get messages from topics using broker-side rebalance.
Currently, we have PeekMessageProcessor to process PEEK_MESSAGE requests. But there is no way to call this API.
Describe the Solution You'd Like
Add client API support for PEEK_MESSAGE request.
Describe Alternatives You've Considered
Nothing
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Before Creating the Enhancement Request
Summary
Add client API support for
PEEK_MESSAGE
request.Motivation
PEEK_MESSAGE
is a useful API to get messages from topics using broker-side rebalance.Currently, we have PeekMessageProcessor to process
PEEK_MESSAGE
requests. But there is no way to call this API.Describe the Solution You'd Like
Add client API support for
PEEK_MESSAGE
request.Describe Alternatives You've Considered
Nothing
Additional Context
No response
The text was updated successfully, but these errors were encountered: