Is it possible for a Kafka Connect connector to be configured to skip rows with specific values?

六眼飞鱼酱① 提交于 2019-12-11 07:38:36

问题


I have a sink connector that writes rows to a MySQL database. I'd like to skip rows which have a "source": "whatever" key: value pair. Is this possible?

来源:https://stackoverflow.com/questions/57978804/is-it-possible-for-a-kafka-connect-connector-to-be-configured-to-skip-rows-with

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