[ https://issues.apache.org/jira/browse/KAFKA-9319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17038970#comment-17038970 ]
Rajini Sivaram commented on KAFKA-9319: --------------------------------------- [~nizhikov] No, we cannot require users to run on Java 11 since we need to continue support for Java 8. For integration tests, we run some tests with TLSv1.3 when running with Java 11. Those tests run with TLSv1.2 on Java 8. We should do something similar for system tests as well. We could convert a subset of the tests to choose TLSv1.3 at runtime if the Java version is 11 or above. > Run some system tests using TLSv1.3 > ----------------------------------- > > Key: KAFKA-9319 > URL: https://issues.apache.org/jira/browse/KAFKA-9319 > Project: Kafka > Issue Type: Test > Reporter: Rajini Sivaram > Assignee: Nikolay Izhikov > Priority: Major > Fix For: 2.5.0 > > > KAFKA-7251 enables TLSv1.3 for Kafka. We should get some system tests to run > using TLSv1.3. Since TLSv1.3 is only supported from Java 11 onwards, we need > a system test build that runs with JDK 11 to enable these tests. -- This message was sent by Atlassian Jira (v8.3.4#803005)