sijie commented on issue #4928: URL: https://github.com/apache/pulsar/issues/4928#issuecomment-664726452
@kimcs `ConsumerBuilder.subscriptionInitialPosition` is only applied to the subscription that doesn't exist before. If there is already a subscription created, the consumer will start from where it was left. Hence the existing behavior of `ConsumerBuilder.subscriptionInitialPosition` already meets your requirements. Is that correct? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
