sijie opened a new issue #2077: SubscriptionInitialPosition doesn't work with multiple-topic type subscription URL: https://github.com/apache/incubator-pulsar/issues/2077 #### Expected behavior `SubscriptionInitialPosition` should work for all the types of subscriptions. #### Actual behavior However it only works for one-topic subscription, it doesn't work for partitioned topic subscription, multi-topics subscription and regex subscription. #### Cause The problem is the consumer configuration is copied to an internal consumer configuration for multi-topic style subscription. but we missed copying `SubscriptionInitialPosition`.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
