merlimat commented on code in PR #22179:
URL: https://github.com/apache/pulsar/pull/22179#discussion_r1511963121


##########
pulsar-client/src/main/java/org/apache/pulsar/client/impl/conf/ClientConfigurationData.java:
##########
@@ -395,6 +397,11 @@ public class ClientConfigurationData implements 
Serializable, Cloneable {
     )
     private String description;
 
+
+    private transient OpenTelemetry openTelemetry;

Review Comment:
   The builder itself has to be serializable. This is to support environments 
like Storm where the builder is setup on one node and then pushed to all the 
nodes... 
   



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