chia7712 commented on PR #21005:
URL: https://github.com/apache/kafka/pull/21005#issuecomment-3627151976

   @m1a2st I noticed another inconsistent behavior.
   
   The following code fails on the broker but succeeds on the controller.
   
   ```java
     admin.incrementalAlterConfigs(Map.of(
                       new ConfigResource(ConfigResource.Type.TOPIC, "chia"),
                       List.of(new AlterConfigOp(new 
ConfigEntry("cleanup.policy", "compact"), OpType.SET),
                               new AlterConfigOp(new 
ConfigEntry("cleanup.policy", "compact"), OpType.SET),
                               new AlterConfigOp(new ConfigEntry("flush.ms", 
"11000"), OpType.SET))
               )
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to