summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Kuratczyk <mkuratczyk@vmware.com>2021-10-18 12:36:21 +0200
committerMichal Kuratczyk <mkuratczyk@vmware.com>2021-10-18 12:36:21 +0200
commit347b1857a4f10f770a2abf492536306b509237c4 (patch)
treea0e7d01ee422b63c51f3f00245b87851a8bb7041
parentb8583c1d670428679422c2936c7aa5c6ede0a0a7 (diff)
downloadrabbitmq-server-git-347b1857a4f10f770a2abf492536306b509237c4.tar.gz
Mention osiris hostname fix in the release notes
-rw-r--r--release-notes/3.9.8.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/release-notes/3.9.8.md b/release-notes/3.9.8.md
index f5db3fbd4e..ea5d77457c 100644
--- a/release-notes/3.9.8.md
+++ b/release-notes/3.9.8.md
@@ -30,6 +30,11 @@ Contributors are encouraged to update them together with their changes. This hel
GitHub issue: [#3570](https://github.com/rabbitmq/rabbitmq-server/issues/3570)
+* In some environments, Stream replicas returned IP addresses that could not be reached by other RabbitMQ nodes
+ (eg. IP addresses behind a NAT in a Docker deployment). RabbitMQ hostnames are now returned as well so that other
+ nodes in the cluster can resolve them to get an externally visible IP address.
+
+ GitHub issue: [#53](https://github.com/rabbitmq/osiris/issues/53)
## Dependency Upgrades