Aleksandr created IGNITE-19041:
----------------------------------
Summary: Hints in CLI
Key: IGNITE-19041
URL: https://issues.apache.org/jira/browse/IGNITE-19041
Project: Ignite
Issue Type: Improvement
Components: cli
Reporter: Aleksandr
There are some obvious mistakes that a user can do, for example:
- connect via HTTPS having empty ignite.rest.trust-store.path configured
- connect via JDBC to SSL-configured cluster without trustStore property (and
other ssl-related properties)
- etc.
The goal of this ticket is to:
1. investigate possible use cases when the obvious hint might be provided to
the user
2. implement core hints API and all use cases from 1.
An example of a hint (made up, should not be taken as a reference for
implementation):
{code:bash}
[defaultNode]> sql
1 Trace ID: a26240ac-e57b-4ad4-ad23-db2e4c1f3390
Connection failed
Channel is closed
Hint: try to set keyStorePath property to your jdbc connection
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)