Record - kafka : Protocols

Configurations related to the SSL/TLS protocol and the versions to be used.

Fields

  • securityProtocol string
  • The protocol used to communicate with brokers.

  • sslProtocol string
  • The SSL protocol used to generate the SSLContext. The default setting is TLS, which is fine for most cases. Allowed values in recent JVMs are TLS, TLSv1.1, and TLSv1.2. Also, SSL, SSLv2 and SSLv3 may be supported in older JVMs but their usage is discouraged due to known security vulnerabilities

  • sslProtocolVersions string
  • The list of protocols enabled for SSL connections