alpreu commented on pull request #17819: URL: https://github.com/apache/flink/pull/17819#issuecomment-997941750
I was looking into this again and came up with the idea of using an Enum to store the prefixes and suffixes. The `cluster-id` parameter description could then find the longest string value by iterating over the enum values. However, this breaks in case a label would contain both a suffix and prefix. Currently it would not be a problem but I'm not sure if it makes sense to do it this way then. What do you think? -- 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]
