Closed vaibhav-yb closed 10 months ago
This PR adds two configuration properties to make the process of MBean registration configurable:
mbean.registration.retries
mbean.registration.retry.delay.ms
This PR adds two configuration properties to make the process of MBean registration configurable:
mbean.registration.retries
- the number of attempts to retry upon a failure (default: 12)mbean.registration.retry.delay.ms
- the number of milliseconds to wait before attempting a retry to register the MBean (default: 5000)