Stop the kafka connector

不想你离开。 提交于 2019-12-11 17:48:24

问题


In kafka connect SinkTask implementation, If there is an exception which is unavoidable, if I invoke stop() method from my code, does the connector stop altogether ?


回答1:


Only that task that encountered the exception will stop

The connect cluster can have multiple connectors which won't stop, and there can be other tasks for a single connect depending on your configurations that, for example, would be assigned different, clean, data that could be processed



来源:https://stackoverflow.com/questions/50943994/stop-the-kafka-connector

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!