5.1.4, consume message with remoting protocol through Proxy(Cluster mode), reset Offset couldn't work #9325
-
Hello, The rocketmq version we used is 5.1.4. We set up a Proxy server and use Java remoting client 5.3.1 to send and consume message through Proxy endpoint. Send and Receive works well, but when we do resetOffset through admin, we got error like: Seems broker didn't detect the connection of the consumer from proxy. Is this a config problem? How to resolve this? Thanks a lot! |
Beta Was this translation helpful? Give feedback.
Answered by
yuz10
Apr 11, 2025
Replies: 1 comment 1 reply
-
try set useServerSideResetOffset=true in broker.conf |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
yanpengwang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
try set useServerSideResetOffset=true in broker.conf