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

Feature/extract fallback mechanism #482

Closed tomaszmichalak closed 5 years ago

tomaszmichalak commented 5 years ago

Extracts the fallback mechanism from Assembler.

Description

We plan to introduce customizable fragments. With that approach every fragment type like <knotx:fallback> should be processed via dedicated request handler.

Motivation and Context

With the customizable request processing we should keep modules with single responsibilities.

Types of changes

Checklist:


I hereby agree to the terms of the Knot.x Contributor License Agreement.