Thanks, I'd fount that already in my recent project repo. The question is about the website, I did not manage to find that info there. "how to set non default partition number for some cache" - do we have java/xml example at ignite.apache.org website?
Vladimir PS: sorry for missing thread name, just changed it 13:49, 23 ноября 2021 г., andrei <[email protected]>: Hi, You can set it as part of CacheConfiguration: https://www.javadoc.io/doc/org.apache.ignite/ignite-core/1.6.0/org/apache/ignite/configuration/CacheConfiguration.html#setAffinity(org.apache.ignite.cache.affinity.AffinityFunction) <property name="affinity"> <bean class="org.apache.ignite.cache.affinity.rendezvous.RendezvousAffinityFunction"> <property name="partitions" value="8192"/> </bean> </property> Regards, Andei 11/23/2021 1:39 PM, [email protected] пишет: Hi community, I try to remember how to set non default partition number for some cache. Do we have java/xml example at ignite.apache.org website? Vladimir -- Отправлено из мобильного приложения Яндекс.Почты
