Pavel Tupitsyn created IGNITE-22492:
---------------------------------------
Summary: Add support for user-provided units in configuration
Key: IGNITE-22492
URL: https://issues.apache.org/jira/browse/IGNITE-22492
Project: Ignite
Issue Type: Improvement
Components: configuration
Affects Versions: 3.0.0-beta1
Reporter: Pavel Tupitsyn
Fix For: 3.0.0-beta2
Current approach:
{code}
timeoutMillis = 5000
idleTimeoutMillis = 600000
batchSizeBytes = 10000000
{code}
New approach:
{code}
timeout = 5s
idleTimeout = 10m
batchSize = 10M
{code}
Keep existing properties for backwards compatibility.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)