skyrocknroll commented on issue #2792: support auto.offset.reset on the Pulsar 
adaptor for Apache Kafka
URL: https://github.com/apache/pulsar/issues/2792#issuecomment-433592430
 
 
   @ivankelly https://kafka.apache.org/documentation.html#newconsumerconfigs .  
What to do when there is no initial offset in Kafka or if the current offset 
does not exist any more on the server (e.g. because that data has been deleted):
   *earliest*: automatically reset the offset to the earliest offset
   *latest*: automatically reset the offset to the latest offset
   none: throw exception to the consumer if no previous offset is found for the 
consumer's group
   anything else: throw exception to the consumer.

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