Hi All, Have created a pull request with changes to kafka performance producer java code.
But Build has failed with below errors for JDK 8 and Scala 2.11, kafka.api.SaslSslAdminClientIntegrationTest > testMinimumRequestTimeouts FAILED 19:20:31 java.lang.AssertionError: Expected an exception of type org.apache.kafka.common.errors.TimeoutException; got type org.apache.kafka.common.errors.SslAuthenticationException 19:20:31 19:20:31 kafka.api.SaslSslAdminClientIntegrationTest > testForceClose STARTED 19:21:10 19:21:10 kafka.api.SaslSslAdminClientIntegrationTest > testForceClose FAILED 19:21:10 java.lang.AssertionError: Expected an exception of type org.apache.kafka.common.errors.TimeoutException; got type org.apache.kafka.common.errors.SslAuthenticationException Task :core:integrationTest FAILED JDK 11 and Scala 2.12 Build is successful. Any inputs or known issues on this would be really helpful. -kaushik