-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathfilter-publish.camel.yaml
More file actions
39 lines (39 loc) · 1.13 KB
/
filter-publish.camel.yaml
File metadata and controls
39 lines (39 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
- route:
id: route-7542
from:
id: from-3743
uri: direct
parameters:
name: From Read CSV
steps:
- filter:
id: filter-3679
description: Filter by ZIP code
steps:
- to:
id: to-1377
description: Sending error
uri: direct
parameters:
name: Send-To-Error
- stop:
id: stop-3684
simple:
expression: ${body[ZIP]} == null || ${body[ZIP]} == ""
- multicast:
id: multicast-7959
description: Multicast Not Null Data
steps:
- to:
id: to-3009
description: Sending to DB
uri: direct
parameters:
name: Send-To-DB
- to:
id: to-2812
description: Sent by Kafka
uri: kafka
parameters:
brokers: "{{csv-processor.kafka.brokers}}"
topic: Kafka-Message