- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How to update Kafka cluster configuration using Puppet and Cloudera Manager REST APIs?
- Labels:
-
Apache Kafka
-
Cloudera Manager
Created ‎10-21-2020 02:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi everyone,
So I am in the process of using puppet for the first time to automate the building of development environments. Part of the process requires going into a Kafka cluster configuration to amend the 'SSL client authentication' and 'inter broker protocol' values.
I'm having trouble finding the correct API (if one exists), the requirements of the JSON payload and the JSON item names for the attributes detailed above.
Looking through Cloudera Manager documentation isn't making it clear so I'm hoping someone here has experience with these APIs and can enlighten me?
Created ‎10-21-2020 10:00 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @Mentor
You can use the service resource API to update (PUT) the service configuration. Please refer the below API doc
Let me know if this helps!
Cheers!
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
