jiazhai opened a new pull request #5923: Fix reader builder clone error URL: https://github.com/apache/pulsar/pull/5923 ### Motivation In reader builder, clone() method does not clone the config, and will cause error once we call a builder.clone() concurrently to create readers. This PR mainly try to fix this issue. ### Modifications - use conf.clone(), to make sure conf is cloned. - add test to verify it. - fix other small issues, like get() methods, and access level, make it align with consumer/producer builder. ### Verifying this change ut passed.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
