You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/06/06 09:45:55 UTC

[GitHub] [pulsar] nicoloboschi opened a new pull request, #15950: [fix][connector] KCA sinks: fix offset mapping when sanitizeTopicName=true

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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] merlimat merged pull request #15950: [fix][connector] KCA sinks: fix offset mapping when sanitizeTopicName=true

Posted by GitBox <gi...@apache.org>.
merlimat merged PR #15950:
URL: https://github.com/apache/pulsar/pull/15950


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org