Versions Compared

Key

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

...

We add new config parameter in KafkaConfig named “security.provider.class”. The value of “security.provider” is expected to be a string representing the provider’s full classname. This provider class will be added to the JVM properties through Security.addProvider api. Security class can be used to programmatically add the provider classes to the JVM.

...