-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide example of properties in JSON format #85
Comments
Thanks @peetkes - can you include a link to an example of a YAML config file or the Kafka reference for it? Should be straightforward to implement this and we'll almost certainly include it in the 1.8.0 release. If it's simple enough, I can see if we can squeeze it into the upcoming 1.7.0 release. |
Kafka Configuration description can be found here: https://docs.confluent.io/platform/current/installation/configuration/connect/index.html
|
If you want to add a connector via the rest endpoint you have to provide the configuration in yaml format.
Could we also provide a set of configurations in yaml format?
example of selecting connctor via rest api:
whereas connect-mqtt-source.json contains the properties in json format
The text was updated successfully, but these errors were encountered: