summaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/charts/aai-data-router/resources/dynamic/routes/entity-event.route
blob: 7b4e902313b5709e34492fb0ee0560e5bd544cad (plain)
1
2
3
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://dmaap.{{.Release.Namespace}}:3904"/>
  <to uri="bean:entityEventPolicy?method=process"/>
</route>