lhotari opened a new pull request #11599:
URL: https://github.com/apache/pulsar/pull/11599


   ### Motivation
   
   RateLimiter class has multiple constructors. A Lombok builder was added as 
part of PR #10384 since there was a need to have yet another constructor. 
Having a lot of different constructors on a class is prone to errors and makes 
the code hard to read.
   
   ### Modifications
   
   This PR removes all public constructors from RateLimiter class and replaces 
the usages of constructors with the usage of the builder in existing code.
   
   


-- 
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