Versions Compared

Key

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

...

This need to be explored more. We don't have clarity on how this can be achieved. At a surface level it seems the provider of the SslEngineFactory's implementation also should provide classes to trigger the reconfiguration since only that provider knows about the configs.

Other challenge

Currently reconfigurations are pushed from Kafka code base to the reconfigurable classes. However, depending upon SslEngineFactory's implementation we could have some events/changes detected by the implementation first and we would need to trigger reconfiguration on SslFactory in order to get re-initialized!

...