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/21 11:27:07 UTC

[GitHub] [pulsar] lalit-g-deepr opened a new issue #13432: [pulsar-cpp-client] Consumer should be able to read messages in batch

lalit-g-deepr opened a new issue #13432:
URL: https://github.com/apache/pulsar/issues/13432


   **Consumer batch reading of messages**
   There is important 
   **Describe the solution you'd like**
   A clear and concise description of what you want to happen.
   
   **Describe alternatives you've considered**
   A clear and concise description of any alternative solutions or features you've considered.
   
   **Additional context**
   Add any other context or screenshots about the feature request here.
   


-- 
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] BewareMyPower commented on issue #13432: [pulsar-cpp-client] Consumer should be able to read messages in batch

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


   Consumer reads entries from broker one by one. Each entry represents a batch. Then consumer will deserialize single messages from the batch.


-- 
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] lalit-g-deepr commented on issue #13432: [pulsar-cpp-client] Consumer should be able to read messages in batch

Posted by GitBox <gi...@apache.org>.
lalit-g-deepr commented on issue #13432:
URL: https://github.com/apache/pulsar/issues/13432#issuecomment-999555540


   @merlimat nice. Can I know how batching is being done?


-- 
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] lalit-g-deepr closed issue #13432: [pulsar-cpp-client] Consumer should be able to read messages in batch

Posted by GitBox <gi...@apache.org>.
lalit-g-deepr closed issue #13432:
URL: https://github.com/apache/pulsar/issues/13432


   


-- 
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] BewareMyPower commented on issue #13432: [pulsar-cpp-client] Consumer should be able to read messages in batch

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


   I assign this issue to me first. But I might not have much time for it recently. If anyone is interested in this issue, please ping me and I will assign it to you.


-- 
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 commented on issue #13432: [pulsar-cpp-client] Consumer should be able to read messages in batch

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


   @lalit-g-deepr The consumer is already internally receiving the messages in batches and doing prefetching. There is no performance difference in calling `receive()` or `batchReceive() ` in Java.


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