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 2018/10/27 05:25:10 UTC

[GitHub] skyrocknroll commented on issue #2792: support auto.offset.reset on the Pulsar adaptor for Apache Kafka

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:
users@infra.apache.org


With regards,
Apache Git Services