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 remoting client non-oneway updateConsumerOffset function
Motivation
This facilitates the client's control over ConsumerOffset and provides a foundation for issues such as skipping ConsumerOffset when establishing a new consumer group on an existing topic.
Describe the Solution You'd Like
add updateConsumerOffsetWithFuture function in org/apache/rocketmq/client/impl/mqclient/MQClientAPIExt.java
Describe Alternatives You've Considered
null
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Before Creating the Enhancement Request
Summary
add remoting client non-oneway updateConsumerOffset function
Motivation
This facilitates the client's control over ConsumerOffset and provides a foundation for issues such as skipping ConsumerOffset when establishing a new consumer group on an existing topic.
Describe the Solution You'd Like
add updateConsumerOffsetWithFuture function in org/apache/rocketmq/client/impl/mqclient/MQClientAPIExt.java
Describe Alternatives You've Considered
null
Additional Context
No response
The text was updated successfully, but these errors were encountered: