sijie opened a new pull request #3101: [conf] Clean up ServiceConfiguration to use lombok getter and setter URL: https://github.com/apache/pulsar/pull/3101 *Motivation* Each time we add a new setting, we need to add one setter and one getter method. This change is to remove those setters and getters, to use lombok @Setter and @Getter. It will make life easier.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
