sijie opened a new issue #1943: Non serializable client builder URL: https://github.com/apache/incubator-pulsar/issues/1943 ``` One of the main change concerns the configuration classes, replace by builders. Although ProducerBuilder and ConsumerBuilder interfaces implement Serializable, corresponding implementations aren't, because a pulsar client object is embedded. The schema object is also a problem for serialization. ```
---------------------------------------------------------------- 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
