|
|
|
|
|
by garou
995 days ago
|
|
It's looking like PostgreSQL vs MongoDB... RabbitMQ has implemented Streams and "Super Streams": > Super streams are a way to scale out by partitioning a large stream into smaller streams. They integrate with single active consumer to preserve message order within a partition. Super streams are available starting with RabbitMQ 3.11. https://www.rabbitmq.com/streams.html |
|