We have a few places, where we perform indexing concurrently. At present, we use async http client and regular JVM threads. In this task we could implement POC with Loom-threads. If it decrease indexing time, we can use virtual threads.
definition of done: Indexer uses virtual threads instead of regular threads, and all tests are passed.
We have a few places, where we perform indexing concurrently. At present, we use
async
http client and regular JVM threads. In this task we could implement POC with Loom-threads. If it decrease indexing time, we can use virtual threads.definition of done: Indexer uses virtual threads instead of regular threads, and all tests are passed.
This task depends on https://github.com/Hixon10/openjdk-mailing-lists-search/issues/7