Re: Stopping a kafka consumer gracefully (no losing of inflight events, StoppableFunction)
Posted by
Christophe Jolif on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Stopping-a-kafka-consumer-gracefully-no-losing-of-inflight-events-StoppableFunction-tp18418p18480.html
Hmm, I did not realize that.
I was planning when upgrading a job (consuming from Kafka) to cancel it with a savepoint and then start it back from the savedpoint. But this savedpoint thing was giving me the apparently false feeling I would not lose anything? My understanding was that maybe I would process some events twice in this case but certainly not miss events entirely.
Did I misunderstand this thread?
If not this sounds like pretty annoying? Do people have some sort of workaround for that?
Thanks,
--