Hi,
I have found out that RabbitMQ has a new feature called RabbitMQ Streams:
https://www.cloudamqp.com/blog/rabbitmq-streams-and-replay-features-part-1-when-to-use-rabbitmq-streams.html
https://www.rabbitmq.com/docs/streams
Those streams are persistent are they feels like a good fit for an alternative solutions to a classic database stream store apporach.
Do you think it would make sense to provide a Store implementation for that?
I know I can built this by my self with the \Patchlevel\EventSourcing\Store\StreamStore. But I thought I already share the idea with you to hear you opinion if this would be a good idea :)