KaotoIO / kaoto-ui

Frontend for the Kaoto project to provide an easy-to-use integration framework based on Apache Camel.
https://www.kaoto.io
Apache License 2.0
89 stars 44 forks source link

Support external files altogether with the yaml file #1693

Open lordrip opened 1 year ago

lordrip commented 1 year ago

Please describe the feature that you want to propose

Support external files altogether with the yaml file, for instance, schema files, XSLT supporting files, properties files, etc...

igarashitm commented 1 year ago

There're 2 categories:

  1. The ones that going to be a part of deployment (properties file, XSLT file for camel-xslt step, etc)
  2. The other is a design time only files (schema files which camel component is not aware, used for data mapper UI)
kahboom commented 1 year ago

Some questions:

Depending on the answer to those questions, it might make sense to mark this as an epic and break it up into separate tasks.