瀏覽代碼

Docs: Add migration guide notes for multicast moving to a plugin

See #13027
Ryan Ernst 10 年之前
父節點
當前提交
d5a2d8a64d
共有 1 個文件被更改,包括 14 次插入0 次删除
  1. 14 0
      docs/reference/migration/migrate_2_0/removals.asciidoc

+ 14 - 0
docs/reference/migration/migrate_2_0/removals.asciidoc

@@ -40,6 +40,20 @@ can install the plugin with:
 ./bin/plugin install delete-by-query
 ./bin/plugin install delete-by-query
 ------------------
 ------------------
 
 
+==== Multicast Discovery is now a plugin
+
+Support for multicast is very patchy. Linux doesn’t allow multicast listening on localhost,
+while OS/X sends multicast broadcasts across all interfaces regardless of the configured
+bind address. On top of that, some networks have multicast disabled by default.
+
+This feature has been moved to a plugin. The default discovery mechanism now uses
+unicast, with a default setup which looks for the first 5 ports on localhost. If you
+still need to use multicast discovery, you can install the plugin with:
+
+[source,sh]
+------------------
+./bin/plugin install discovery-multicast
+------------------
 
 
 ==== `_shutdown` API
 ==== `_shutdown` API