wisper
wisper copied to clipboard
Proposal: Redis Stream adapter
We're actually using https://github.com/hanami/events, but I think that the repo/gem is abandoned. We like the simple/micro event bus it presents, but want to be a part of a community maintaining our event bus. We use a synchronous in-process adapter for tests, an asynchronous in-process adapter for development, and just finished a Redis stream adapter for production. Is there any interest in us porting that Redis stream adapter here? (We're quite impressed with the performance of it). Should it ported to wisper-next or here? Or to ma? Thanks