mumrah opened a new pull request, #22442: URL: https://github.com/apache/kafka/pull/22442
Instead of changing `Uuid#randomUuid` to always have the new behavior introduced in #21313, this patch adds a separate `randomUuidNoDashes` method. Since Uuid is a utility class, it is used widely throughout the broker and client (possibly even applications). In most cases, the presence of a dash is inconsequential. The new behavior, which comes with a small performance hit, should not affect these callers. The introduction of a new Uuid factory makes the new behavior opt-in. One caller is updated to use the new factory which is where the controller allocates topic IDs. This matches the intention of the original Jira. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
