jlandersen / vscode-kafka

Apache Kafka® extension for Visual Studio Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expose command to add clusters programatically

fbricon opened this issue · comments

I'm working on a case in vscode-rhoas, where I need to be able to execute a command to create a remote Kafka cluster, and when it's ready, automatically configure the newly created cluster into VS Code.

Exposing a new vscode-kafka.api.addcluster command, taking a cluster object for argument, would be very helpful

Fixed with #189