Corrected example of providing Turbine cluster name via instance metadata map.

This commit is contained in:
Darek Kaczyński
2015-05-07 00:02:03 +02:00
parent 532cfd9bda
commit 8fa9b71579
2 changed files with 13 additions and 1 deletions

View File

@@ -517,7 +517,7 @@ turbine:
aggregator:
clusterConfig: SYSTEM,USER
appConfig: customers,stores,ui,admin
clusterNameExpression: metadata.cluster
clusterNameExpression: metadata['cluster']
----
In this case, the cluster name from 4 services is pulled from their metadata map, and is expected to have values that include "SYSTEM" and "USER".