Is it possible to create a Kafka Connector without REST request?

会有一股神秘感。 提交于 2021-01-28 19:18:54

问题


Is it possible to create a Kafka Connector without REST request?

I have started my worker (distributed) through a java code and want my connector also gets started along with it. I dont want to use REST call (not from browser and not from code) to create my connector. I just want a simple kafka api to invoke which creates my connector.

Any help will be appreciated.

来源:https://stackoverflow.com/questions/58849640/is-it-possible-to-create-a-kafka-connector-without-rest-request

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