Versions Compared

Key

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

...

  • Changes to command line tool class https://github.com/apache/kafka/blob/trunk/core/src/main/scala/kafka/admin/AclCommand.scala to
    • To expose the above new API (if we go that route).
    • Expose a '\-\-literal' flag which is "true" by default to maintain backwards compatibility
  • Changes to AdminClient
    • Add a new method that will allow users to escape resource names for using special characters (@, #, $, %, ^, &, *, /, +)
  • (Question) Should we deprecate older getAcls(resource) method? Not at this point?
  • Update the public documentation with the details of the new feature.

...