apache / openwhisk-package-kafka

Apache OpenWhisk package for communicating with Kafka or Message Hub
https://openwhisk.apache.org/
Apache License 2.0
33 stars 43 forks source link

Replaying messages already in topics #351

Open shanly-suepaul opened 4 years ago

shanly-suepaul commented 4 years ago

Hi, this is a question about error recovery. We use Openwhisk actions to process messages from Kafka with this package. Thanks! Sometimes, we have errors in our actions, or we'd like to re-process the same message later.

Is there any way to configure the package to process all existing messages in a topic, rather than just new incoming messages? It's not convenient for us to re-produce the messages into the topic using Kafka.