sijie commented on a change in pull request #5571: Add epoch for connection
handler to handle create producer timeout.
URL: https://github.com/apache/pulsar/pull/5571#discussion_r342999058
##########
File path:
pulsar-client/src/main/java/org/apache/pulsar/client/impl/conf/ProducerConfigurationData.java
##########
@@ -57,6 +57,7 @@
private String topicName = null;
private String producerName = null;
+ private boolean isGeneratedName = true;
Review comment:
do we really need adding another field in `ProducerConfigurationData`?
----------------------------------------------------------------
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