callumduffy opened a new pull request #12520:
URL: https://github.com/apache/pulsar/pull/12520


   ### Motivation
   
   Allowing services waiting on pulsar container etc to use the backoff values 
given in the config when the client is initialised. Using a service where i 
handle the future on my side, but i feel this should be in the service as is!
   
   ### Modifications
   
   Edit the values used for the backoff to use the client values.
   Defaults are the exact same as the values used previous to this change.
   
   ### Verifying this change
   
   - [ ] Make sure that the change passes the CI checks.
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   ### Does this pull request potentially affect one of the following parts:
   
   *If `yes` was chosen, please highlight the changes*
   
     - The public API: (yes) - slight change here for anyone who has set values 
for backoff, timing on retries will use these values.
   
   ### Documentation
   
   Need to update docs? 
   
   - [ ] `doc-required` 
     
     (If you need help on updating docs, create a doc issue)
     
   - [x] `no-need-doc` 
     
     (Please explain why)
     
   - [ ] `doc` 
     
     (If this PR contains doc changes)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to