Steve Rodrigues created KAFKA-9644: -------------------------------------- Summary: incrementalAlterConfigs OpType.APPEND on unset property fails with NullPointerException Key: KAFKA-9644 URL: https://issues.apache.org/jira/browse/KAFKA-9644 Project: Kafka Issue Type: Bug Components: admin Affects Versions: 2.3.0 Reporter: Steve Rodrigues Attachments: incrementalAlterTest.patch, kafka.api.PlaintextAdminIntegrationTest.testValidIncrementalAlterConfigs.test.stdout
Running incrementalAlterConfigs with an OpType.APPEND when the config property doesn't already exist fails with a NullPointerException on the broker. Attached is a patch to the PlaintextAdminIntegrationTest demonstrating this failure and the test output showing the NPE. -- This message was sent by Atlassian Jira (v8.3.4#803005)