Manage Environments
To configure a Pulsar environment select Admin/Environments in the sidebar navigation.
To add a new Pulsar environment, click on the Create button on the right and fill out the dialogue that opens:
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.
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
}
To delete an existing environment, click the three dots at the end of the row for that environment and select Delete.