nicoloboschi opened a new pull request, #15950: URL: https://github.com/apache/pulsar/pull/15950
### Motivation In KCA connectors when sanitizeTopicName is enabled the topic name saved in the `currentOffsets` is the original one. This is a problem then because kafka-connect library will be stuck since the offset doesn't move forward (since the topic names don't match) ### Modifications * Use the sanitized topic name in the offsets map - [x] `doc-not-needed` -- 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]
