KaotoIO / kaoto-backend

Backend for the Kaoto project to provide an easy to use integration framework based on Apache Camel.
Apache License 2.0
75 stars 32 forks source link

[BUG] last `to` in kafka-ssl-sink-kamelet.yaml is removed #758

Open apupier opened 1 year ago

apupier commented 1 year ago

Describe the bug

last to in kafka-ssl-sink-kamelet.yaml is removed

To Reproduce Steps to reproduce the behavior:

  1. Open Source code editor
  2. Paste content from https://github.com/apache/camel-kamelets/blob/v3.20.6/kamelets/kafka-ssl-sink.kamelet.yaml
  3. Click sync --> the last to section is removed
        - to:
            uri: '{{kafka-ssl-sink-local}}:{{topic}}'
            parameters:
              configuration: '#bean:{{kafka-ssl-sink-configuration-local}}'

Expected behavior A clear and concise description of what you expected to happen.

Logs If applicable, add logs to help explain your problem.

Environment (please complete the following information): red.ht/kaoto-snapshot

Additional context Add any other context about the problem here.

Delawen commented 1 year ago

The name of the component is a variable. We are not prepared for this.

stale[bot] commented 1 year ago

🚨This issue has been automatically marked as stale because it has not had recent activity.🚨 If you are still interested in this issue, please, leave a comment stating its current status. Note that if no development resources has been allocated on it, you may need to search for alternative resources to complete it. It will be closed if no further activity occurs. Thank you for your contributions.