Streamvisor Docs
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Manage Environments

Configuring a Pulsar environment

To configure a Pulsar environment select Admin/Environments in the sidebar navigation.

Adding an environment

To add a new Pulsar environment, click on the Create button on the right and fill out the dialogue that opens:

Add an environment

Editing an environment

To edit an existing environment, click the three dots at the end of the row for that environment and select Edit. A dialogue for changing its configuration will open.

Advanced properties

The Advanced properties editor accepts JSON with the same Apache Pulsar client configuration properties as a regular Apache Pulsar client.

For example, to set a request timeout, add:

{
  "requestTimeoutMs": 12345
}

Deleting an environment

To delete an existing environment, click the three dots at the end of the row for that environment and select Delete.