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 2022/06/17 23:19:55 UTC

[GitHub] [pulsar] merlimat opened a new pull request, #16113: Avoid some promise object allocations when writing on channel

merlimat opened a new pull request, #16113:
URL: https://github.com/apache/pulsar/pull/16113

   ### Motivation
   
   If we're not using the future returned by `writeAndFlush()`, we can use a `voidFuture` to prevent any allocations.


-- 
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] merlimat merged pull request #16113: Avoid some promise object allocations when writing on channel

Posted by GitBox <gi...@apache.org>.
merlimat merged PR #16113:
URL: https://github.com/apache/pulsar/pull/16113


-- 
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 pull request #16113: Avoid some promise object allocations when writing on channel

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #16113:
URL: https://github.com/apache/pulsar/pull/16113#issuecomment-1159298670

   @merlimat Please provide a correct documentation label for your PR.
   Instructions see [Pulsar Documentation Label Guide](https://docs.google.com/document/d/1Qw7LHQdXWBW9t2-r-A7QdFDBwmZh6ytB4guwMoXHqc0).


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