lhotari commented on a change in pull request #611:
URL: https://github.com/apache/pulsar-client-go/pull/611#discussion_r787760098



##########
File path: pulsar/producer.go
##########
@@ -166,6 +166,10 @@ type ProducerOptions struct {
        // Default is 1 minute
        PartitionsAutoDiscoveryInterval time.Duration
 
+  // Disable multiple Schame Version
+  // Default false

Review comment:
       whitespace

##########
File path: pulsar/consumer_partition.go
##########
@@ -143,10 +144,61 @@ type partitionConsumer struct {
        dlq         *dlqRouter
 
        log log.Logger
-
+  providersMutex       sync.RWMutex

Review comment:
       whitespace




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