XiaoZYang commented on issue #1069: Provide a setting in consumer configuration 
to specify where to start consuming messages
URL: 
https://github.com/apache/incubator-pulsar/issues/1069#issuecomment-360502311
 
 
   @sijie Let me try to explain the intention first. 
   We will add a new configuration item which is used by a *consumer* when 
subscribing a topic. In detail, we want our consumer program to determine from 
which place (*earlies*-the right beginning of message stream or 
*latest*-current consuming position) it should begin to consume rather than 
call the method `seek` explicitly. 
   Is it the right thing you want?
   Expecting your reply :) 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to