version: 3.2.6
consumer type: PullConsumer
When a new consumer boots, I will try to fetch the consumer offset from mq:
long offset = pullConsumer.fetchConsumeOffset(mq, true) ;
But I happen to meet that this returns -1, and I saw error:
CODE: 22 Not found, V3_0_6_SNAPSHOT maybe this group consumer boot first
from error log.