Add a Deployment
Before you begin
A deployment in StreamOps is the service you are going to connect to. The most basic type, and the type we will use for this tutorial is a Kafka cluster. Before you connect StreamOps to a Kafka cluster you will need to know the hostname or IP address of the cluster broker and which port it listens on, 9902 by default.
Add a new deployment
Below is the deployments summary page, since you have no deployments at the moment none will be shown. To add a deployment click the button to "Add Deployment" in the top right of the StreamOps Deployments pane.

The add new deployment pane should pop up. In this pane fill in the name for the deployment, the type of deployment, and the connection string (hostname:port) for each broker in the cluster. Additional settings are available for SSL, schema registry, and MSK specific.

Click Save when you are happy with your configuration. You will then be taken back to the deployments summary page. If you've entered all of the parameters correctly your deployments tab should now look something like this:

Last updated