francisoliverlee commented on issue #993: URL: https://github.com/apache/rocketmq-client-go/issues/993#issuecomment-1422137479
可能的分析:对比golang client和java client发现不一致, 大家觉得呢? - golang 通过代码得知,如果broker返回 “Not found, V3_0_6_SNAPSHOT maybe this group consumer boot first”,返回offset=-2  - java java的代码调用链为: readOffset() -> fetchConsumeOffsetFromBroker() -> queryConsumerOffset(). 如果broker返回 “Not found, V3_0_6_SNAPSHOT maybe this group consumer boot first”, 在queryConsumerOffset()中则抛异常,异常直到被readOffset()捕获,返回offset=-1   -- 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]
