rdhabalia opened a new pull request #2285: kinesis-sink: manage msg ordering for publish callback failure URL: https://github.com/apache/incubator-pulsar/pull/2285 ### Motivation sometimes, kinesis async-publish fails and failure-callback is called on kpl thread which should not throw any exception rather function-thread should throw runtime-exception which can reinit consumer and function. so, kpl thread can capture publish-failure and next publish on function-thread can throw runtime-exception (if user wants to retain ordering) to reinit the function.
---------------------------------------------------------------- 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
