ConcurrencyPractitioner opened a new pull request #3273: Adding config auto.offset.reset to PulsarKafkaConsumer URL: https://github.com/apache/pulsar/pull/3273 ### Motivation Currently, in KafkaConsumer, there is a new config which is called auto.offset.reset. It is currently ignored in PulsarKafkaConsumer, so we wish to implement it. ### Modifications We added some new code which defined the behavior if auto.offset.reset == "earliest" or "latest". ### Result It would automatically seek to the last offset or the first offset depending on the set config.
---------------------------------------------------------------- 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
