xing/beetle

allow handlers to declare themselves as idempotent

skaes opened this issue · 1 comments

If we know a handler is idempotent, we can avoid accessing redis int the subscriber logic.

Of course, the implementation of the handler must ensure idempotence.

skaes commented

Nice idea, but with little effect.