mozilla-services / hindsight

Hindsight - light weight data processing skeleton

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Async output checkpoints are only updated when consuming data

trink opened this issue · comments

If an output plugin matches a message for async output and properly acknowledges it and then never matches another message the checkpoint will not advanced for the data it is skipping, eventually back pressuring the system.

See: mozilla-services/lua_sandbox_extensions#444