Ignite TC Bot created IGNITE-29010:
--------------------------------------
Summary: [doc] Document Java thin client cache partition
configuration
Key: IGNITE-29010
URL: https://issues.apache.org/jira/browse/IGNITE-29010
Project: Ignite
Issue Type: Task
Components: documentation
Reporter: Ignite TC Bot
IGNITE-27938 adds a user-facing Java thin client cache creation capability:
ClientCacheConfiguration can now carry ClientAffinityConfiguration, including
ClientAffinityConfiguration#setPartitions(int), so a Java thin client can
configure the number of cache partitions when creating a cache.
Source issue: https://issues.apache.org/jira/browse/IGNITE-27938
Implementation PR: https://github.com/apache/ignite/pull/12783
Local implementation commit: c8a6958d49
Please document the minimal Java thin client usage in
docs/_docs/thin-clients/java-thin-client.adoc, section Getting a Cache
Instance, and update the getOrCreateCache Java snippet to show
setAffinityConfiguration(new ClientAffinityConfiguration().setPartitions(...)).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)