Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • listeners.https.ssl.engine.factory.class
  • admin.listeners.https.ssl.engine.factory.class

All properties prefixed with "listeners.https." or "admin.listeners.https." passed to the configure method of the  SslEngineFactory instance.


Proposed Changes

There is a public Kafka interface to define custom SSL engine since 2.6.0 version (SslEngineFactory). This interface can be used to configure SSL for Kafka connect RestServer.

...