[
https://issues.apache.org/jira/browse/IGNITE-6456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16305248#comment-16305248
]
ASF GitHub Bot commented on IGNITE-6456:
----------------------------------------
GitHub user dolphin1414 opened a pull request:
https://github.com/apache/ignite/pull/3309
IGNITE-6456: Added opportunity to enable/disable different clients.
Added flags to ClientConnectorConfiguration which enable/disable different
clients. Tests implemented.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-6456
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3309.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3309
----
commit d41ae61b8605df7c4f69af38c4b6f53f0f115cf2
Author: rkondakov <rkondakov@...>
Date: 2017-12-28T09:42:32Z
IGNITE-6456: Added flags to ClientConnectorConfiguration which
enable/disable different clients.
----
> Add flags to ClientConnectorConfiguration which enable/disable different
> clients
> --------------------------------------------------------------------------------
>
> Key: IGNITE-6456
> URL: https://issues.apache.org/jira/browse/IGNITE-6456
> Project: Ignite
> Issue Type: Improvement
> Components: jdbc, odbc, thin client
> Affects Versions: 2.1
> Reporter: Igor Sapego
> Assignee: Roman Kondakov
> Labels: usability
> Fix For: 2.4
>
>
> There is currently no way to disable only one client. For example, currently
> you can't disallow thin JDBC driver connectivity alone, you can only disable
> the whole {{ClientListenerProcessor}}, which is going to disable ODBC and
> thin .NET clients as well.
> We should add options to disable/enable every single client, supported by the
> {{ClientListenerProcessor}} separately. For example, we can add flags to the
> {{ClientConnectorConfiguration}}:
> {{allowJdbc}}
> {{allowOdbc}}
> {{allowClient}}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)