Vladislav Pyatkov created IGNITE-7703:
-----------------------------------------
Summary: Add a method gets caches in batch
Key: IGNITE-7703
URL:
https://issues.apache.org/jira/browse/IGNITE-7703 Project: Ignite
Issue Type: Bug
Reporter: Vladislav Pyatkov
Ignite allows to start (and/or get) caches in batch, but not allows to do get without starting.
In some cases need to start particular subset of all cluster caches, but if calls this one by one:
_org.apache.ignite.Ignite#cache_
we have a risk to overload discovery layer by messages of _DynamicCacheChangeRequest_.
Will be better to add a specific method for gets of caches in batch.
_org.apache.ignite.Ignite#caches_
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)