mjsax commented on PR #17861: URL: https://github.com/apache/kafka/pull/17861#issuecomment-2504594900
Yes, it's simpler, but I am still wondering if a "dual setup" would be better? -- I am not sure if we want to trust JDK17 to produce correct Java-11 byte-code, and thus, it might be better to run test using JRE11 to make sure it really works as expected? Setting up the build itself to compile some parts with JDK11 and others with JDK17 seems to be even more complicate, if not impossible. But for system tests, it seems relatively easy to have two images one with JDK11 for clients, and one with JDK17 for brokers. Thoughts? (Or am I too paranoid?) -- 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