We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b856258 commit 5f9752cCopy full SHA for 5f9752c
priv/schema/rabbitmq.schema
@@ -782,6 +782,19 @@ end}.
782
{datatype, atom}
783
]}.
784
785
+{translation, "rabbit.cluster_formation.peer_discovery_backend",
786
+fun(Conf) ->
787
+ case cuttlefish:conf_get("cluster_formation.peer_discovery_backend", Conf, rabbit_peer_discovery_classic_config) of
788
+ classic_config -> rabbit_peer_discovery_classic_config;
789
+ classic -> rabbit_peer_discovery_classic_config;
790
+ config -> rabbit_peer_discovery_classic_config;
791
+ dns -> rabbit_peer_discovery_dns;
792
+ aws -> rabbit_peer_discovery_aws;
793
+ consul -> rabbit_peer_discovery_consul;
794
+ Module -> Module
795
+ end
796
+end}.
797
+
798
%% Own node type, used by cluster formation.
799
%%
800
0 commit comments