Hi, Igniters, In current approach, ODBC, thin JDBC and thin .NET client all connect to the grid using ClientListenerProcessor, which listen on a single port.
The problem is that 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. I believe, we should add options to disable/enable every single client, supported by the ClientListenerProcessor separately. Maybe we should add such options to the SqlConnectorConfiguration. What do you guys think? Best Regards, Igor