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 2019/05/30 01:37:24 UTC

[GitHub] [pulsar] kevinclcn opened a new issue #4405: Why pulsar java client doesn't support batch message consuming?

kevinclcn opened a new issue #4405: Why pulsar java client doesn't support batch message consuming?
URL: https://github.com/apache/pulsar/issues/4405
 
 
   I am a Kafka user and attracted here by some Pulsar impressive features. However, I find Pulsar lacks one feature that Kafka has - the batching message consuming support.
   
   In Kafka, we can fetch a list of message records in each poll invoking, while in Pulsar, we can [only get one message](https://github.com/apache/pulsar/blob/e3ece349d060b7ce0fd40e37e3a6d197036274c9/pulsar-client-api/src/main/java/org/apache/pulsar/client/api/Consumer.java#L110). I do need the batch consuming feature in some cases, are there any concerns that Pulsar does not have this feature?
   
   

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


With regards,
Apache Git Services