[
https://issues.apache.org/jira/browse/IGNITE-16288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Chugunov resolved IGNITE-16288.
--------------------------------------
Fix Version/s: (was: 3.0.0-beta2)
Resolution: Won't Fix
This ticket is not valid anymore as async API was implemented as part of other
tickets.
> 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
>
> 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)