francisoliverlee commented on issue #5613: URL: https://github.com/apache/rocketmq/issues/5613#issuecomment-1330617327
> ``` > <groupId>org.apache.rocketmq</groupId> > <artifactId>rocketmq-client-java</artifactId> > <version>5.0.2</version> > ``` > > broker.conf: `useServerSideResetOffset=false` > > `org.apache.rocketmq.tools.admin.DefaultMQAdminExt#resetOffsetByTimestamp(java.lang.String, java.lang.String, long, boolean)` is not work > >  `org.apache.rocketmq.broker.client.net.Broker2Client#resetOffset(java.lang.String, java.lang.String, long, boolean, boolean)` **offsetTable value is incorrect**  > > broker.conf: `useServerSideResetOffset=true`  同意。rocketmq-client-java 5.0.2是grpc client,利用proxy,通过pop访问的broker。 pop消费时拉取消息的位点是broker管理的,也只能用broker端位点重置,默认打开配置觉得合理。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
