Versions Compared

Key

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

...

The big flaw in storing the registration alongside configs is that the entity config could be updated concurrently if multiple clients with the same entity names register at the same time. A better alternative to adding `supported.configs` is to store config registrations in an internal topic and perform ad hoc aggregations on the data in the topic to gather compatibility information. For example, all software names and versions of clients that registered with the cluster an entity along with the dynamic configs that are supported for each those software name names and versionversions.

Public Interfaces

...

Admin Client Changes

...