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 topic to gather compatibility information. For example all software names and versions of clients that are producing to or consuming from registered with the cluster along with the dynamic configs that are supported for that each software name and version.

Public Interfaces

...

Admin Client Changes

...