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 2021/12/27 10:23:15 UTC

[GitHub] [pulsar] mingyifei opened a new issue #13524: [pulsar-client] Support receiverQueueRefillThreshold configuration.

mingyifei opened a new issue #13524:
URL: https://github.com/apache/pulsar/issues/13524


   `org.apache.pulsar.client.impl.ConsumerImpl#receiverQueueRefillThreshold`
   
   
   `        this.receiverQueueRefillThreshold = conf.getReceiverQueueSize() / 2;
   `
   
   Currently the configuration is fixed, do you consider letting the user decide?


-- 
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-unsubscribe@pulsar.apache.org

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



[GitHub] [pulsar] mingyifei commented on issue #13524: [pulsar-client] Support receiverQueueRefillThreshold configuration.

Posted by GitBox <gi...@apache.org>.
mingyifei commented on issue #13524:
URL: https://github.com/apache/pulsar/issues/13524#issuecomment-1001973133


   > 
   
   I can control how often it initiates a pull request to the broker
   
   


-- 
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-unsubscribe@pulsar.apache.org

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



[GitHub] [pulsar] github-actions[bot] commented on issue #13524: [pulsar-client] Support receiverQueueRefillThreshold configuration.

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #13524:
URL: https://github.com/apache/pulsar/issues/13524#issuecomment-1051437968


   The issue had no activity for 30 days, mark with Stale label.


-- 
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-unsubscribe@pulsar.apache.org

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



[GitHub] [pulsar] mingyifei removed a comment on issue #13524: [pulsar-client] Support receiverQueueRefillThreshold configuration.

Posted by GitBox <gi...@apache.org>.
mingyifei removed a comment on issue #13524:
URL: https://github.com/apache/pulsar/issues/13524#issuecomment-1001973029


   > 
   
   I can control how often it initiates a pull request to the broker


-- 
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-unsubscribe@pulsar.apache.org

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



[GitHub] [pulsar] mingyifei commented on issue #13524: [pulsar-client] Support receiverQueueRefillThreshold configuration.

Posted by GitBox <gi...@apache.org>.
mingyifei commented on issue #13524:
URL: https://github.com/apache/pulsar/issues/13524#issuecomment-1001973029


   > 
   
   I can control how often it initiates a pull request to the broker


-- 
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-unsubscribe@pulsar.apache.org

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



[GitHub] [pulsar] mingyifei commented on issue #13524: [pulsar-client] Support receiverQueueRefillThreshold configuration.

Posted by GitBox <gi...@apache.org>.
mingyifei commented on issue #13524:
URL: https://github.com/apache/pulsar/issues/13524#issuecomment-1001979844


   This value is determined by the consumption rate. If the consumption is very slow, it may be better to configure it to 0.7-0.9. 0.5 may be a compromise


-- 
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-unsubscribe@pulsar.apache.org

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



[GitHub] [pulsar] mattisonchao commented on issue #13524: [pulsar-client] Support receiverQueueRefillThreshold configuration.

Posted by GitBox <gi...@apache.org>.
mattisonchao commented on issue #13524:
URL: https://github.com/apache/pulsar/issues/13524#issuecomment-1001889424


   @mingyifei 
   
   Why do you want to change this threshold ?


-- 
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-unsubscribe@pulsar.apache.org

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



[GitHub] [pulsar] hangc0276 commented on issue #13524: [pulsar-client] Support receiverQueueRefillThreshold configuration.

Posted by GitBox <gi...@apache.org>.
hangc0276 commented on issue #13524:
URL: https://github.com/apache/pulsar/issues/13524#issuecomment-1002635963


   I wonder whether different value has better performance. You'd better give more reason to make the value configurable. @mingyifei 


-- 
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-unsubscribe@pulsar.apache.org

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