diff options
Diffstat (limited to 'resources/config/data-router/dynamic/routes/entity-event.route')
-rw-r--r-- | resources/config/data-router/dynamic/routes/entity-event.route | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/config/data-router/dynamic/routes/entity-event.route b/resources/config/data-router/dynamic/routes/entity-event.route index 81e1cf9..293688e 100644 --- a/resources/config/data-router/dynamic/routes/entity-event.route +++ b/resources/config/data-router/dynamic/routes/entity-event.route @@ -1,4 +1,4 @@ <route xmlns="http://camel.apache.org/schema/spring" trace="true"> - <from uri="event-bus:mybus/?eventTopic=AAI-EVENT&groupName=datarouter&groupId=datarouter&url=http://dmaap.onap-message-router:3904"/> + <from uri="event-bus:mybus/?eventTopic=AAI-EVENT&groupName=datarouter&groupId=datarouter&url=http://dmaap.{{.Values.nsPrefix}}:3904"/> <to uri="bean:entityEventPolicy?method=process"/> </route> |