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: [email protected]
