315157973 commented on a change in pull request #13390:
URL: https://github.com/apache/pulsar/pull/13390#discussion_r773071582
##########
File path:
pulsar-client/src/main/java/org/apache/pulsar/client/impl/conf/ClientConfigurationData.java
##########
@@ -342,14 +355,6 @@ public long getLookupTimeoutMs() {
}
}
- public ClientConfigurationData clone() {
- try {
- return (ClientConfigurationData) super.clone();
- } catch (CloneNotSupportedException e) {
- throw new RuntimeException("Failed to clone
ClientConfigurationData");
- }
- }
-
Review comment:
Is this change necessary?
--
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]