TransportMode

Default Value Data Type Required

String

No

Description

The transport protocol to use in the Thrift layer.

  • binary: The connector uses the Binary transport protocol.
  • If you use this setting and do not specify the AuthMech property, then the connector uses AuthMech=0 by default. This setting is valid only when the AuthMech property is set to 0 or 3.

  • sasl: The connector uses the SASL transport protocol.
  • If you use this setting but do not specify the AuthMech property, then the connector uses AuthMech=2 by default. This setting is valid only when the AuthMech property is set to 1, 2, or 3.

  • http: The connector uses the HTTP transport protocol.
  • If you use this setting but do not specify the AuthMech property, then the connector uses AuthMech=0 by default. This setting is valid only when the AuthMech property is set to 0, 3, or 12.

Note:

This option replaces and supersedes the deprecated UseSasl option.