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

Repository Connectors to routing handlers #449

Closed tomaszmichalak closed 5 years ago

tomaszmichalak commented 5 years ago

Version used

Context of the issue/feature

Knot.x server with OpenAPI-based router allows to define custom handlers for particular operations. This is the way how we can configure custom repositories or default ones: http, filesystem in router. So we do not have to use the Vert.x Event Bus when we do not plan to scale that module.

We should provide the solution where repository connectors can be configured as a local handler and event bus modules (for the cluster mode).

Appendix

tomaszmichalak commented 5 years ago

This is fixed here: https://github.com/Knotx/knotx-repository-connector.