Faust does not rebuild state when its unable to get the highwater offsets for the changelog topic · Issue #7 · robinhood/aiokafka · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On application startup, if the recovery process is unable to fetch the highwater offsets for the changelog topics, it swallows the exception and returns -1 as the offset. The correct behavior would be to throw an Exception instead of starting the application in an incorrect state