[ https://issues.apache.org/jira/browse/KAFKA-16461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kirk True updated KAFKA-16461: ------------------------------ Description: The {{security_test.py}} system test fails with the following error: {quote} * Consumer failed to consume up to offsets {quote} Affected test: * {{test_client_ssl_endpoint_validation_failure}} Cause: The system test was failing because the {{VerifiableConsumer}} hit a {{NullPointerException}} during startup. The reason for the NPE was an attempt to put a {{null}} as the value of {{--group-remote-assignor}} in the {{Consumer}}'s configuration. was: The {{security_test.py}} system test fails with the following error: {quote} * Consumer failed to consume up to offsets {quote} Affected test: * {{test_client_ssl_endpoint_validation_failure}} > New consumer fails to consume records in security_test.py system test > --------------------------------------------------------------------- > > Key: KAFKA-16461 > URL: https://issues.apache.org/jira/browse/KAFKA-16461 > Project: Kafka > Issue Type: Bug > Components: clients, consumer, system tests > Affects Versions: 3.7.0 > Reporter: Kirk True > Assignee: Kirk True > Priority: Blocker > Labels: kip-848-client-support, system-tests > Fix For: 3.8.0 > > > The {{security_test.py}} system test fails with the following error: > {quote} > * Consumer failed to consume up to offsets > {quote} > Affected test: > * {{test_client_ssl_endpoint_validation_failure}} > Cause: > The system test was failing because the {{VerifiableConsumer}} hit a > {{NullPointerException}} during startup. The reason for the NPE was an > attempt to put a {{null}} as the value of {{--group-remote-assignor}} in the > {{Consumer}}'s configuration. -- This message was sent by Atlassian Jira (v8.20.10#820010)