Merge pull request #340 from kaczynskid/master

Corrected example of providing Turbine cluster name via instance metadata map
This commit is contained in:
Spencer Gibb
2015-06-23 15:06:45 -04:00
2 changed files with 13 additions and 1 deletions

View File

@@ -477,7 +477,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".