Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
3.7.0
Description
The security_test.py system test fails with the following error:
- Consumer failed to consume up to offsets
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.
Attachments
Issue Links
- is duplicated by
-
KAFKA-16462 New consumer fails with timeout in security_test.py system test
- Resolved
-
KAFKA-16464 New consumer fails with timeout in replication_replica_failure_test.py system test
- Resolved
- links to