[
https://issues.apache.org/jira/browse/IGNITE-16288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Chugunov updated IGNITE-16288:
-------------------------------------
Epic Link: (was: IGNITE-17766)
> Async API for the configuration
> -------------------------------
>
> Key: IGNITE-16288
> URL: https://issues.apache.org/jira/browse/IGNITE-16288
> Project: Ignite
> Issue Type: Task
> Reporter: Semyon Danilov
> Priority: Major
> Labels: ignite-3, tech-debt
> Fix For: 3.0.0-beta2
>
>
> Currently, configuration API is blocking, which creates a limitation for a
> call site -- we can't call configuration methods from network threads. E.g.
> TableManager#tablesAsyncInternal supposed to be non-blocking, but it does use
> configuration API, so it had to be used via CompletableFuture#supplyAsync.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)