confluentinc / confluent-cli

Confluent Platform CLI
Other
60 stars 38 forks source link

Accept remote server for Connect Server interaction #80

Open OneCricketeer opened 6 years ago

OneCricketeer commented 6 years ago

Inspired by confluentinc/cp-docker-images#460

Be able to load properties file to a remote server rather than only localhost.

Get Config

Hit GET /connectors/:connector/config

confluent config ${connector} --host http://connect.server:8083

Load Connector

Hit POST /connectors

confluent load ${connector} --host http://connect.server:8083  

Plugins

Hit GET /connector-plugins

confluent list plugins --host http://connect.server:8083