wolfstudy commented on a change in pull request #648:
URL: https://github.com/apache/pulsar-client-go/pull/648#discussion_r739926564



##########
File path: pulsar/producer_partition.go
##########
@@ -60,13 +60,16 @@ var (
 )
 
 var errTopicNotFount = "TopicNotFound"
+var errMetadata = "MetadataError"
+
 
 type partitionProducer struct {
        state  ua.Int32
        client *client
        topic  string
        log    log.Logger
        cnx    internal.Connection
+       err    error

Review comment:
       Sure, I will provide a code example later to illustrate this matter.
   
   Yes, we always include this change in 0.7.0




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