Merge pull request #340 from kaczynskid/master
Corrected example of providing Turbine cluster name via instance metadata map
This commit is contained in:
@@ -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".
|
||||
|
||||
Reference in New Issue
Block a user