Stream fanout queues segment size
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
oslo.messaging |
New
|
Undecided
|
Unassigned |
Bug Description
Greetings,
with the release of 2024.1 it is possible to use stream queues instead of fanout queues with the option `rabbit_
While testing the new feature I stumbled over the question if it would make sense to define a way smaller stream segment size.
The default segment size of a stream is 500mb.
`x-max-
That means, for each stream queue, which is enabled in openstack, we will have at least 500mb segment files.
For now I implemented a stream policy directly in rabbitmq to decrease the x-stream-
As x-stream-
Best Regards
Max