diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-09-28 18:03:53 -0400 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-09-28 22:50:16 +0000 |
commit | ff724dd3d19bd955096f94194504fd017e228599 (patch) | |
tree | 647aee2c2103af74bc637c6b0c7909c3528d980f /data-router | |
parent | 9c485b637845ae2c6881f0408834e908a003a275 (diff) |
Change dmaap from localhost to existing dmaap host
Issue-ID: AAI-401
Change-Id: I4962d910b5ea335842f1fc00b18893d83e413c96
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'data-router')
-rwxr-xr-x | data-router/dynamic/routes/entity-event.route | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data-router/dynamic/routes/entity-event.route b/data-router/dynamic/routes/entity-event.route index 8c69647..4af2941 100755 --- a/data-router/dynamic/routes/entity-event.route +++ b/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://vm1.aai.simpledemo.openecomp.org:3904"/> + <from uri="event-bus:mybus/?eventTopic=AAI-EVENT&groupName=datarouter&groupId=datarouter&url="http://mr.api.simpledemo.openecomp.org:3904"/> <to uri="bean:entityEventPolicy?method=process"/> </route> |