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.requestRates |
5 |
Integer |
It will add ratelimit for PulsarAdmin metadata requests, stands for requests per second. |
pulsar.admin.requestRetries |
5 |
Integer |
For PulsarAdmin request, it will retry until we get a success response, fail if we exhausted retry count. |
pulsar.admin.requestTimeout |
300000 |
Integer |
The server request timeout (in ms) for the PulsarAdmin client for any request. |
pulsar.admin.requestWaitMillis |
3000 |
Long |
For PulsarAdmin request, We will sleep the given time before retrying the failed request. |