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 2021/04/29 23:35:13 UTC

[GitHub] [pulsar] dlg99 opened a new issue #10445: SinkContext should expose Subscription type to the Sink

dlg99 opened a new issue #10445:
URL: https://github.com/apache/pulsar/issues/10445


   **Is your feature request related to a problem? Please describe.**
   
   SinkContext should expose Subscription type to the Sink
   
   See https://github.com/apache/pulsar/pull/9927#discussion_r621441678 for details
   
   ```
   Kafka Connect Sink implementation assumes data coming from Kafka topics which data are consumed in partition order. Hence we need to make sure we are receiving messages using a Failover subscription which is consistent with Kafka's consumption model. This is important to make things 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:
users@infra.apache.org



[GitHub] [pulsar] sijie closed issue #10445: SinkContext should expose Subscription type to the Sink

Posted by GitBox <gi...@apache.org>.
sijie closed issue #10445:
URL: https://github.com/apache/pulsar/issues/10445


   


-- 
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:
users@infra.apache.org