abbccdda commented on a change in pull request #9103:
URL: https://github.com/apache/kafka/pull/9103#discussion_r467215647



##########
File path: 
core/src/test/scala/integration/kafka/api/AuthorizerIntegrationTest.scala
##########
@@ -497,10 +497,10 @@ class AuthorizerIntegrationTest extends BaseRequestTest {
 
   private def alterConfigsRequest =
     new AlterConfigsRequest.Builder(
-      Collections.singletonMap(new ConfigResource(ConfigResource.Type.TOPIC, 
tp.topic),
-        new AlterConfigsRequest.Config(Collections.singleton(
-          new AlterConfigsRequest.ConfigEntry(LogConfig.MaxMessageBytesProp, 
"1000000")
-        ))), true).build()
+        Collections.singletonMap(new ConfigResource(ConfigResource.Type.TOPIC, 
tp.topic),
+          new AlterConfigsRequest.Config(Collections.singleton(
+            new AlterConfigsRequest.ConfigEntry(LogConfig.MaxMessageBytesProp, 
"1000000")
+          ))), true).build()

Review comment:
       Let me check around.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to