Versions Compared

Key

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

...

Add an configuration property that can be used by brokers, consumer, producers:

Code Block
ssl.auto.reload

...

: When set to 'true', the keystore and truststore directories are monitored for changes and automatically reload the SSL Engine Factory with the updated keystore/truststore files. The files must keep their original names and paths. Defaults to 'false'.


Configuration example

The following block can be present in reconfig-server.properties, consumer.properties or producer.properties.

...