Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-6400

Document ClientConnectorConfiguration

Details

    • Task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.4
    • documentation, thin client
    • None

    Attachments

      Issue Links

        Activity

          dmagda Denis A. Magda added a comment -

          pgarg , thanks for the contribution! The docs look good to me.

          dmagda Denis A. Magda added a comment - pgarg , thanks for the contribution! The docs look good to me.
          pgarg Prachi Garg added a comment - dmagda , Please review the parameters table in -  https://apacheignite-sql.readme.io/v2.3/docs/jdbc-driver-24#section-cluster-configuration https://apacheignite-sql.readme.io/v2.3/docs/odbc-driver-24#section-cluster-configuration
          pgarg Prachi Garg added a comment -

          Added new parameters to JDBC and ODBC docs.

          pgarg Prachi Garg added a comment - Added new parameters to JDBC and ODBC docs.
          dmagda Denis A. Magda added a comment -

          pgarg , please update the parameters table from this section

          https://apacheignite-sql.readme.io/docs/jdbc-driver#section-cluster-configuration

           

          with the new parameters that were added in 2.4:

          https://github.com/apache/ignite/blob/ignite-2.4/modules/core/src/main/java/org/apache/ignite/configuration/ClientConnectorConfiguration.java

           

          Briefly comparing 1 to 2, I see the following changes:

          /** Idle timeout. */
          private long idleTimeout = DFLT_IDLE_TIMEOUT;
          /** JDBC connections enabled flag. */
          private boolean jdbcEnabled = true;
          /** ODBC connections enabled flag. */
          private boolean odbcEnabled = true;
          /** JDBC connections enabled flag. */
          private boolean thinCliEnabled = true;

           

          Check up the ODBC counterpart that needs to be updated too:

          https://apacheignite-sql.readme.io/docs/odbc-driver#cluster-configuration

           

          dmagda Denis A. Magda added a comment - pgarg , please update the parameters table from this section https://apacheignite-sql.readme.io/docs/jdbc-driver#section-cluster-configuration   with the new parameters that were added in 2.4: https://github.com/apache/ignite/blob/ignite-2.4/modules/core/src/main/java/org/apache/ignite/configuration/ClientConnectorConfiguration.java   Briefly comparing 1 to 2, I see the following changes: /** Idle timeout. */ private long idleTimeout = DFLT_IDLE_TIMEOUT; /** JDBC connections enabled flag. */ private boolean jdbcEnabled = true ; /** ODBC connections enabled flag. */ private boolean odbcEnabled = true ; /** JDBC connections enabled flag. */ private boolean thinCliEnabled = true ;   Check up the ODBC counterpart that needs to be updated too: https://apacheignite-sql.readme.io/docs/odbc-driver#cluster-configuration  

          dmagda, pgarg,
          You can consult to JavaDocs of this class which are pretty self-explanatory [1]. This needs to be documented in thin client section. Let me know if any additional inputs are required.

          [1] https://github.com/apache/ignite/blob/master/modules/core/src/main/java/org/apache/ignite/configuration/ClientConnectorConfiguration.java

          vozerov Vladimir Ozerov added a comment - dmagda , pgarg , You can consult to JavaDocs of this class which are pretty self-explanatory [1] . This needs to be documented in thin client section. Let me know if any additional inputs are required. [1] https://github.com/apache/ignite/blob/master/modules/core/src/main/java/org/apache/ignite/configuration/ClientConnectorConfiguration.java
          dmagda Denis A. Magda added a comment -

          vozerov , please explain where and how this thing needs to be documented.

          dmagda Denis A. Magda added a comment - vozerov , please explain where and how this thing needs to be documented.

          People

            dmagda Denis A. Magda
            vozerov Vladimir Ozerov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: