wisper icon indicating copy to clipboard operation
wisper copied to clipboard

Proposal: Redis Stream adapter

Open gap777 opened this issue 5 months ago • 0 comments

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

gap777 avatar Jul 12 '25 21:07 gap777