Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
Its likely to magic and also harder for tooling and whatnot to grok that if a node is not matching one of the EIPs then it fallback to a endpoint uri (as to)
apiVersion: camel.apache.org/v1 kind: Integration metadata: name: myapp spec: flows: - from: uri: "timer:demo" parameters: period: 2000 steps: - process: ref: myProcessor - setBody: expression: simple: "Hi ${body}" - process: ref: myProcessor - log: "${body}" - kafka: "out" sources: - content: |- beans { myProcessor = processor { it.in.body = 123 * 2 } } name: mybean.groovy
In the route above then - kafka: out is an endpoint uri
Attachments
Issue Links
- relates to
-
CAMEL-17806 camel-yaml-dsl - Better parser error with source loc:line of the problem
- Resolved
- links to