berg223 commented on issue #25145: URL: https://github.com/apache/pulsar/issues/25145#issuecomment-3794672686
@YinY1 There may be a misuse and you should set `subscriptionInitialPosition(SubscriptionInitialPosition.Earliest)` in your reproduce code. Because default value for subscriptionInitialPosition is Latest. If issue exists. You can provide more info of stats by running command like: `./bin/pulsar-admin topics stats-internal persistent://public/default/partitioned_topic_25145-partition-3` @lhotari Do you think the default value for subscriptionInitialPosition is reasonable? Can we change the default value in code? -- 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]
