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

Semyon Danilov updated IGNITE-16288:
------------------------------------
    Description: 
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.


> 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
>
> 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.1#820001)

Reply via email to