Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

[BUG] Integration CRD: Missing multiple route support #733

Closed
igarashitm opened this issue Jun 28, 2023 · 0 comments · Fixed by #734
Closed

[BUG] Integration CRD: Missing multiple route support #733

igarashitm opened this issue Jun 28, 2023 · 0 comments · Fixed by #734
Assignees
Labels
bug Something isn't working
Milestone

Comments

@igarashitm
Copy link
Contributor

Describe the bug
The multiple route support for Integration CRD is missing. The IntegrationStepParserService concatenates all the steps into one route.

2023-06-28_19-43-56.mp4

Multi-route Integration

apiVersion: camel.apache.org/v1
kind: Integration
metadata:
  name: integration93
spec:
  flows:
  - from:
      uri: 'timer:1'
      steps:
      - to:
          uri: 'log:1'
  - from:
      uri: 'timer:2'
      steps:
      - to:
          uri: 'log:2'

To Reproduce
Steps to reproduce the behavior:

  1. Choose Integration
  2. Paste the multi-route Integration source above
  3. Click sync button

Expected behavior
Multiple routes are displayed on the canvas.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant