Maksim Myskov created IGNITE-23788: -------------------------------------- Summary: Spring boot: add autoconfigure module for client mode Key: IGNITE-23788 URL: https://issues.apache.org/jira/browse/IGNITE-23788 Project: Ignite Issue Type: Improvement Reporter: Maksim Myskov
Design doc: [https://cwiki.apache.org/confluence/display/IGNITE/IEP-130%3A+Spring+Boot+support] The module should be in main ignite-3 repo. It must be possible to configure all IgniteClient properties. The prefix is “ignite.client”. Example of the application.properties: ignite.client.addresses=127.0.0.1:10800 ignite.client.connectTimeout=5000 ignite.client.reconnectThrottlingPeriod=30000L -- This message was sent by Atlassian Jira (v8.20.10#820010)