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. An A better alternative to storing the config registration statically adding `supported.configs` is to store it config registrations in an internal topic and use a streams application to process it. This would allow more fine grained and accurate compatibility information to be given to the userperform 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 the cluster along with the dynamic configs that are supported.

Public Interfaces

...

Admin Client Changes

...