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 2022/09/02 11:21:00 UTC

[jira] [Assigned] (CAMEL-12981) camel-catalog: provide information about active/passive endpoints

     [ https://issues.apache.org/jira/browse/CAMEL-12981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen reassigned CAMEL-12981:
-----------------------------------

    Assignee:     (was: Claus Ibsen)

> camel-catalog: provide information about active/passive endpoints
> -----------------------------------------------------------------
>
>                 Key: CAMEL-12981
>                 URL: https://issues.apache.org/jira/browse/CAMEL-12981
>             Project: Camel
>          Issue Type: Task
>          Components: camel-core, tooling
>            Reporter: Nicola Ferraro
>            Priority: Major
>             Fix For: 3.x
>
>
> In Camel K we need to distinguish active from passive endpoints in order to determine when a integration can be scaled down to 0.
>  
> E.g.
>  * a "timer" (start) endpoint is *active*, because it needs to have a JVM always running and do something at each interval
>  * a "jms" (start) endpoint is *active* because it needs to establish a connection to the broker and keep it alive
>  * a "direct" or "seda" endpoint is *passive*, because they do something when they receive an exchange from another route
>  * a "undertow" (start) endpoint is *passive*, because it does nothing until somebody calls it from an +external+ service (http based endpoints can all be considered passive in Knative+CamelK)
>  
> We should add this information to the catalog. Now I've embedded it in Camel K.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)