[
https://issues.apache.org/jira/browse/CAMEL-22957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Federico Mariani updated CAMEL-22957:
-------------------------------------
Description:
The following components can be refactored to use virtual threads (if enabled):
* camel-azure-eventhubs
* camel-mllp
* camel-atmosphere-websocket
* camel-salesforce
* camel-zookeeper-master
* camel-docling
* camel-smpp
In particular, the following patterns should be updated to support virtual
threads:
* TimerTask -> Runnable with Scheduler (in camel-once, and azure-eventhubs)
* Executors.* -> executorServiceManager.* (in all other mentioned components)
was:
The following components can be refactored to use virtual threads (if enabled):
* camel-once
* camel-azure-eventhubs
* camel-mllp
* camel-atmosphere-websocket
* camel-salesforce
* camel-zookeeper-master
* camel-docling
* camel-smpp
In particular, the following patterns should be updated to support virtual
threads:
* TimerTask -> Runnable with Scheduler (in camel-once, and azure-eventhubs)
* Executors.* -> executorServiceManager.* (in all other mentioned components)
> Not all the components support virtual threads
> ----------------------------------------------
>
> Key: CAMEL-22957
> URL: https://issues.apache.org/jira/browse/CAMEL-22957
> Project: Camel
> Issue Type: Improvement
> Reporter: Federico Mariani
> Assignee: Federico Mariani
> Priority: Minor
> Fix For: 4.18.0
>
>
> The following components can be refactored to use virtual threads (if
> enabled):
> * camel-azure-eventhubs
> * camel-mllp
> * camel-atmosphere-websocket
> * camel-salesforce
> * camel-zookeeper-master
> * camel-docling
> * camel-smpp
> In particular, the following patterns should be updated to support virtual
> threads:
> * TimerTask -> Runnable with Scheduler (in camel-once, and azure-eventhubs)
> * Executors.* -> executorServiceManager.* (in all other mentioned components)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)