Knotx / knotx

Knot.x is a highly-efficient and scalable integration framework designed to build backend APIs
https://knotx.io
Apache License 2.0
126 stars 26 forks source link

Split JSON configuration #192

Closed tomaszmichalak closed 7 years ago

tomaszmichalak commented 7 years ago

JSON configuration with verticles is quite complex. Knot.x provides two configurations: knotx-standalone.json, knotx-example-monolith.json. We need to design how to split those files to more managable one.

marcinczeczko commented 7 years ago

Done