You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/08/19 05:57:49 UTC

[GitHub] [pulsar-client-go] sneerin opened a new issue #350: ReceiverQueueSize -1 leads to crash

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:
users@infra.apache.org



[GitHub] [pulsar-client-go] wolfstudy closed issue #350: ReceiverQueueSize -1 leads to crash

Posted by GitBox <gi...@apache.org>.
wolfstudy closed issue #350:
URL: https://github.com/apache/pulsar-client-go/issues/350


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [pulsar-client-go] jiazhai commented on issue #350: ReceiverQueueSize -1 leads to crash

Posted by GitBox <gi...@apache.org>.
jiazhai commented on issue #350:
URL: https://github.com/apache/pulsar-client-go/issues/350#issuecomment-677990502


   Thanks @sneerin for the reporting, We should add a check for value like "-1". Would you like to fix this issue?


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [pulsar-client-go] wolfstudy closed issue #350: ReceiverQueueSize -1 leads to crash

Posted by GitBox <gi...@apache.org>.
wolfstudy closed issue #350:
URL: https://github.com/apache/pulsar-client-go/issues/350


   


----------------------------------------------------------------
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:
users@infra.apache.org