sneerin opened a new issue #350:
URL: https://github.com/apache/pulsar-client-go/issues/350


   #### Expected behavior
   According to doc -1 is a correct value
   Tell us what should happen
   
   #### Actual behavior
   App is crashing
   Tell us what happens instead
   
   #### Steps to reproduce
        options := pulsar.ConsumerOptions{
                Topic:             topic,
                SubscriptionName:  cg,
                Type:              pulsar.Shared,
                ReceiverQueueSize: -1,
        }
   
   


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


Reply via email to