aboutsummaryrefslogtreecommitdiffstats
path: root/charts/aai-data-router/resources/dynamic/routes/entity-event.route
diff options
context:
space:
mode:
authorArul.Nambi <arul.nambi@amdocs.com>2018-09-18 09:24:40 -0400
committerArul.Nambi <arul.nambi@amdocs.com>2018-09-18 09:24:55 -0400
commit8b52fa35261775ada62c127d15fceaead9063274 (patch)
treeaf3cd9f211e3567dc96a53ce31a1886944f3131a /charts/aai-data-router/resources/dynamic/routes/entity-event.route
parentb2f99577bee415563ef9f3661685798b43f252af (diff)
Changing the routes for new dmaap client
Issue-ID: AAI-1621 Change-Id: I0ca38f082f611f5c4ee6a10622e891d831bcc2b3 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
Diffstat (limited to 'charts/aai-data-router/resources/dynamic/routes/entity-event.route')
-rw-r--r--charts/aai-data-router/resources/dynamic/routes/entity-event.route4
1 files changed, 2 insertions, 2 deletions
diff --git a/charts/aai-data-router/resources/dynamic/routes/entity-event.route b/charts/aai-data-router/resources/dynamic/routes/entity-event.route
index d349ee9..14db6d6 100644
--- a/charts/aai-data-router/resources/dynamic/routes/entity-event.route
+++ b/charts/aai-data-router/resources/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&amp;groupName=datarouter&amp;groupId=datarouter&amp;url=http://message-router.{{.Release.Namespace}}:3904"/>
+ <from uri="event-bus:mybus/?eventTopic=AAI-EVENT&amp;consumer=#consumerBeanEntityEvent" />
<to uri="bean:entityEventPolicy?method=process"/>
-</route>
+</route> \ No newline at end of file