How do I modify the port range of the stream replication? #11489
-
Is your feature request related to a problem? Please describe.What changes do I need to make when I deploy multiple rabbitmq clusters in the server? Can I modify the 6000-6500 port zone used for stream replication to separate the communication between different clusters Describe the solution you'd likeWhether you can modify the configuration file Describe alternatives you've consideredNo response Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It is possible to modify the port range in the [
{osiris, [
{port_range, {5000, 5500}}
]}
]. |
Beta Was this translation helpful? Give feedback.
-
This was simplified (exposed to Here are the stream.replication.port_range.min = 8100
stream.replication.port_range.max = 8800 |
Beta Was this translation helpful? Give feedback.
It is possible to modify the port range in the
advanced.config
file, e.g.: