dajac commented on code in PR #13200: URL: https://github.com/apache/kafka/pull/13200#discussion_r1097390286
########## build.gradle: ########## @@ -1266,6 +1272,23 @@ project(':group-coordinator') { javadoc { enabled = false } + + task processMessages(type:JavaExec) { + mainClass = "org.apache.kafka.message.MessageGenerator" + classpath = configurations.generator + args = [ "-p", "org.apache.kafka.coordinator.group.generated", Review Comment: Yeah, I have noticed this as well. Personally, I like having `generated` in the package name because it makes the intent clear in the code. I am also fine if folks prefer to remove it. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org