pulsar.admin.adminUrl |
(none) |
String |
The Pulsar service HTTP URL for the admin endpoint. For example, http://my-broker.example.com:8080 , or https://my-broker.example.com:8443 for TLS. |
pulsar.admin.autoCertRefreshTime |
300000 |
Integer |
The auto cert refresh time (in ms) if Pulsar admin supports TLS authentication. |
pulsar.admin.connectTimeout |
60000 |
Integer |
The connection time out (in ms) for the PulsarAdmin client. |
pulsar.admin.readTimeout |
60000 |
Integer |
The server response read timeout (in ms) for the PulsarAdmin client for any request. |
pulsar.admin.requestTimeout |
300000 |
Integer |
The server request timeout (in ms) for the PulsarAdmin client for any request. |