Skip to content

use flink's AsyncRetryStrategy instead of RetryingAsyncFunction

Peter Fischer requested to merge async-retry into main

It's working but not as flexible as our own implementation: We can no longer derive the number of retries from incoming event (late vs page re-render vs revision based update). On the one hand that simplifies/reduce our code base, but it's to be discussed if we lose a feature we need.

Bug: T347545 Change-Id: I402836f2005717a40af9171b41ac31ffaec818a5

Merge request reports