You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2020/12/16 13:27:00 UTC

[jira] [Created] (CAMEL-15956) camel-core - Minimal core without routes

Claus Ibsen created CAMEL-15956:
-----------------------------------

             Summary: camel-core - Minimal core without routes
                 Key: CAMEL-15956
                 URL: https://issues.apache.org/jira/browse/CAMEL-15956
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 3.8.0


It would be good to continue modularization and as we have camel-base and camel-base-engine where in engine should be the routing engine. Then we should work to make a BaseCamelContext implementation that end users can use that does not have routing included.

The idea is to offer this to 3rd party frameworks that need as-minimal Camel as possible. For example funqy (https://quarkus.io/guides/funqy) or vertx mutiny, and others.

So they can integrate with Camel components via the camel-api via Producer, Consumer, Endpoint etc and dont need the entire routing engine.
 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)