g41797 opened a new issue, #1223:
URL: https://github.com/apache/pulsar-client-go/issues/1223

   For php client was discussed 
[#26](https://github.com/ikilobyte/pulsar-client-php/issues/26)
   
   According to implementation
   ```go
   if options.ReceiverQueueSize <= 0 {
        options.ReceiverQueueSize = 1000
   }
   ```
   According to 
[recommendations](https://pulsar.apache.org/docs/next/cookbooks-message-queue/#client-configuration-changes):
   "...set the consumers' receiver queue size very low (potentially even to 
**_0_** if necessary)..."
   
   So according to docs, I need set this value to 0, but go client sets it to 
1000.
   
   Please clarify
   
   
   


-- 
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: commits-unsubscr...@pulsar.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to