Knot.x server with OpenAPI-based router allows to define custom handlers for particular operations. This is the way how we can configure custom splitter. So we do not have to use the Vert.x Event Bus when we do not plan to scale that module (that prevents serialization overhead for local splitters).
We should provide the solution where splitter can be configured as a handler and an event bus module.
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 splitter. So we do not have to use the Vert.x Event Bus when we do not plan to scale that module (that prevents serialization overhead for local splitters).
We should provide the solution where splitter can be configured as a handler and an event bus module.
Appendix