Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-9264

Reocurrence: Flaky Test DelegationTokenEndToEndAuthorizationTest#testNoDescribeProduceOrConsumeWithoutTopicDescribeAcl

    XMLWordPrintableJSON

Details

    Description

      This test has failed again for me, so apparently it's not fixed:
      https://builds.apache.org/job/kafka-pr-jdk11-scala2.12/9691/testReport/junit/kafka.api/DelegationTokenEndToEndAuthorizationTest/testNoDescribeProduceOrConsumeWithoutTopicDescribeAcl/

      Error Message
      org.scalatest.exceptions.TestFailedException: Consumed 0 records before timeout instead of the expected 1 records
      Stacktrace
      org.scalatest.exceptions.TestFailedException: Consumed 0 records before timeout instead of the expected 1 records
      	at org.scalatest.Assertions.newAssertionFailedException(Assertions.scala:530)
      	at org.scalatest.Assertions.newAssertionFailedException$(Assertions.scala:529)
      	at org.scalatest.Assertions$.newAssertionFailedException(Assertions.scala:1389)
      	at org.scalatest.Assertions.fail(Assertions.scala:1091)
      	at org.scalatest.Assertions.fail$(Assertions.scala:1087)
      	at org.scalatest.Assertions$.fail(Assertions.scala:1389)
      	at kafka.utils.TestUtils$.waitUntilTrue(TestUtils.scala:842)
      	at kafka.utils.TestUtils$.pollRecordsUntilTrue(TestUtils.scala:796)
      	at kafka.utils.TestUtils$.pollUntilAtLeastNumRecords(TestUtils.scala:1335)
      	at kafka.utils.TestUtils$.consumeRecords(TestUtils.scala:1343)
      	at kafka.api.EndToEndAuthorizationTest.consumeRecords(EndToEndAuthorizationTest.scala:530)
      	at kafka.api.EndToEndAuthorizationTest.testNoDescribeProduceOrConsumeWithoutTopicDescribeAcl(EndToEndAuthorizationTest.scala:369)
      	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
      	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
      	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
      	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
      	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
      	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
      	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
      	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:305)
      	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
      	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:365)
      	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
      	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
      	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:330)
      	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:78)
      	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:328)
      	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:65)
      	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:292)
      	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
      	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
      	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:305)
      	at org.junit.runners.ParentRunner.run(ParentRunner.java:412)
      	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
      	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
      	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
      	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
      	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
      	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
      	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
      	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
      	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
      	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
      	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
      	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
      	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
      	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
      	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
      	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
      	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
      	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:412)
      	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
      	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
      	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
      	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
      	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
      	at java.base/java.lang.Thread.run(Thread.java:834)
      Standard Output
      Adding ACLs for resource `ResourcePattern(resourceType=CLUSTER, name=kafka-cluster, patternType=LITERAL)`: 
       	(principal=User:scram-admin, host=*, operation=CLUSTER_ACTION, permissionType=ALLOW) 
      
      Current ACLs for resource `Cluster:LITERAL:kafka-cluster`: 
       	User:scram-admin has Allow permission for operations: ClusterAction from hosts: * 
      
      Adding ACLs for resource `ResourcePattern(resourceType=TOPIC, name=*, patternType=LITERAL)`: 
       	(principal=User:scram-admin, host=*, operation=READ, permissionType=ALLOW) 
      
      Current ACLs for resource `Topic:LITERAL:*`: 
       	User:scram-admin has Allow permission for operations: Read from hosts: * 
      
      Completed Updating config for entity: user-principal 'scram-admin'.
      Completed Updating config for entity: user-principal 'scram-user'.
      [2019-12-03 04:34:10,478] ERROR [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Error for partition __consumer_offsets-0 at offset 0 (kafka.server.ReplicaFetcherThread:76)
      org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server does not host this topic-partition.
      [2019-12-03 04:34:10,478] ERROR [ReplicaFetcher replicaId=1, leaderId=0, fetcherId=0] Error for partition __consumer_offsets-0 at offset 0 (kafka.server.ReplicaFetcherThread:76)
      org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server does not host this topic-partition.
      Adding ACLs for resource `ResourcePattern(resourceType=TOPIC, name=e2etopic, patternType=LITERAL)`: 
       	(principal=User:scram-user, host=*, operation=WRITE, permissionType=ALLOW)
      	(principal=User:scram-user, host=*, operation=DESCRIBE, permissionType=ALLOW)
      	(principal=User:scram-user, host=*, operation=CREATE, permissionType=ALLOW) 
      
      Current ACLs for resource `Topic:LITERAL:e2etopic`: 
       	User:scram-user has Allow permission for operations: Write from hosts: *
      	User:scram-user has Allow permission for operations: Create from hosts: *
      	User:scram-user has Allow permission for operations: Describe from hosts: * 
      
      Adding ACLs for resource `ResourcePattern(resourceType=GROUP, name=group, patternType=LITERAL)`: 
       	(principal=User:scram-user, host=*, operation=READ, permissionType=ALLOW) 
      
      Current ACLs for resource `Group:LITERAL:group`: 
       	User:scram-user has Allow permission for operations: Read from hosts: * 
      
      Current ACLs for resource `Topic:LITERAL:e2etopic`: 
       	User:scram-user has Allow permission for operations: Write from hosts: *
      	User:scram-user has Allow permission for operations: Create from hosts: * 
      
      Current ACLs for resource `Topic:LITERAL:e2etopic`: 
       	User:scram-user has Allow permission for operations: Create from hosts: * 
      
      [2019-12-03 04:34:12,273] ERROR [Consumer clientId=consumer-group-12, groupId=group] Topic authorization failed for topics [e2etopic] (org.apache.kafka.clients.Metadata:283)
      Adding ACLs for resource `ResourcePattern(resourceType=TOPIC, name=e2etopic, patternType=LITERAL)`: 
       	(principal=User:scram-user, host=*, operation=WRITE, permissionType=ALLOW)
      	(principal=User:scram-user, host=*, operation=DESCRIBE, permissionType=ALLOW)
      	(principal=User:scram-user, host=*, operation=CREATE, permissionType=ALLOW) 
      
      Current ACLs for resource `Topic:LITERAL:e2etopic`: 
       	User:scram-user has Allow permission for operations: Write from hosts: *
      	User:scram-user has Allow permission for operations: Create from hosts: *
      	User:scram-user has Allow permission for operations: Describe from hosts: * 
      
      Adding ACLs for resource `ResourcePattern(resourceType=TOPIC, name=e2etopic, patternType=LITERAL)`: 
       	(principal=User:scram-user, host=*, operation=READ, permissionType=ALLOW)
      	(principal=User:scram-user, host=*, operation=DESCRIBE, permissionType=ALLOW) 
      
      Adding ACLs for resource `ResourcePattern(resourceType=GROUP, name=group, patternType=LITERAL)`: 
       	(principal=User:scram-user, host=*, operation=READ, permissionType=ALLOW) 
      
      Current ACLs for resource `Topic:LITERAL:e2etopic`: 
       	User:scram-user has Allow permission for operations: Write from hosts: *
      	User:scram-user has Allow permission for operations: Read from hosts: *
      	User:scram-user has Allow permission for operations: Create from hosts: *
      	User:scram-user has Allow permission for operations: Describe from hosts: * 
      
      Current ACLs for resource `Group:LITERAL:group`: 
       	User:scram-user has Allow permission for operations: Read from hosts: * 
      
      [2019-12-03 04:34:12,927] ERROR [Consumer clientId=consumer-group-12, groupId=group] Topic authorization failed for topics [topic2] (org.apache.kafka.clients.Metadata:283)
      [2019-12-03 04:34:12,931] ERROR [Consumer clientId=consumer-group-12, groupId=group] Topic authorization failed for topics [topic2] (org.apache.kafka.clients.Metadata:283)
      Adding ACLs for resource `ResourcePattern(resourceType=CLUSTER, name=kafka-cluster, patternType=LITERAL)`: 
       	(principal=User:scram-admin, host=*, operation=CLUSTER_ACTION, permissionType=ALLOW) 
      
      Current ACLs for resource `Cluster:LITERAL:kafka-cluster`: 
       	User:scram-admin has Allow permission for operations: ClusterAction from hosts: * 
      
      Adding ACLs for resource `ResourcePattern(resourceType=TOPIC, name=*, patternType=LITERAL)`: 
       	(principal=User:scram-admin, host=*, operation=READ, permissionType=ALLOW) 
      
      Current ACLs for resource `Topic:LITERAL:*`: 
       	User:scram-admin has Allow permission for operations: Read from hosts: * 
      
      Completed Updating config for entity: user-principal 'scram-admin'.
      Completed Updating config for entity: user-principal 'scram-user'.
      [2019-12-03 04:34:19,201] ERROR [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Error for partition __consumer_offsets-0 at offset 0 (kafka.server.ReplicaFetcherThread:76)
      org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server does not host this topic-partition.
      Adding ACLs for resource `ResourcePattern(resourceType=TOPIC, name=e2e, patternType=PREFIXED)`: 
       	(principal=User:scram-user, host=*, operation=READ, permissionType=ALLOW)
      	(principal=User:scram-user, host=*, operation=DESCRIBE, permissionType=ALLOW)
      	(principal=User:scram-user, host=*, operation=WRITE, permissionType=ALLOW)
      	(principal=User:scram-user, host=*, operation=CREATE, permissionType=ALLOW) 
      
      Adding ACLs for resource `ResourcePattern(resourceType=GROUP, name=gr, patternType=PREFIXED)`: 
       	(principal=User:scram-user, host=*, operation=READ, permissionType=ALLOW) 
      
      Current ACLs for resource `Topic:PREFIXED:e2e`: 
       	User:scram-user has Allow permission for operations: Write from hosts: *
      	User:scram-user has Allow permission for operations: Read from hosts: *
      	User:scram-user has Allow permission for operations: Create from hosts: *
      	User:scram-user has Allow permission for operations: Describe from hosts: * 
      
      Current ACLs for resource `Group:PREFIXED:gr`: 
       	User:scram-user has Allow permission for operations: Read from hosts: * 
      
      Adding ACLs for resource `ResourcePattern(resourceType=CLUSTER, name=kafka-cluster, patternType=LITERAL)`: 
       	(principal=User:scram-admin, host=*, operation=CLUSTER_ACTION, permissionType=ALLOW) 
      
      Current ACLs for resource `Cluster:LITERAL:kafka-cluster`: 
       	User:scram-admin has Allow permission for operations: ClusterAction from hosts: * 
      
      Adding ACLs for resource `ResourcePattern(resourceType=TOPIC, name=*, patternType=LITERAL)`: 
       	(principal=User:scram-admin, host=*, operation=READ, permissionType=ALLOW) 
      
      Current ACLs for resource `Topic:LITERAL:*`: 
       	User:scram-admin has Allow permission for operations: Read from hosts: * 
      
      Completed Updating config for entity: user-principal 'scram-admin'.
      Completed Updating config for entity: user-principal 'scram-user'.
      [2019-12-03 04:34:25,561] ERROR [ReplicaFetcher replicaId=1, leaderId=0, fetcherId=0] Error for partition __consumer_offsets-0 at offset 0 (kafka.server.ReplicaFetcherThread:76)
      org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server does not host this topic-partition.
      [2019-12-03 04:34:25,835] ERROR [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Error for partition e2etopic-0 at offset 0 (kafka.server.ReplicaFetcherThread:76)
      org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server does not host this topic-partition.
      [2019-12-03 04:34:25,893] ERROR [ReplicaFetcher replicaId=0, leaderId=1, fetcherId=0] Error for partition e2etopic-0 at offset 0 (kafka.server.ReplicaFetcherThread:76)
      org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server does not host this topic-partition.
      Adding ACLs for resource `ResourcePattern(resourceType=TOPIC, name=e2etopic, patternType=LITERAL)`: 
       	(principal=User:scram-user, host=*, operation=WRITE, permissionType=ALLOW)
      	(principal=User:scram-user, host=*, operation=DESCRIBE, permissionType=ALLOW)
      	(principal=User:scram-user, host=*, operation=CREATE, permissionType=ALLOW) 
      
      Current ACLs for resource `Topic:LITERAL:e2etopic`: 
       	User:scram-user has Allow permission for operations: Write from hosts: *
      	User:scram-user has Allow permission for operations: Create from hosts: *
      	User:scram-user has Allow permission for operations: Describe from hosts: * 
      
      Adding ACLs for resource `ResourcePattern(resourceType=TOPIC, name=e2etopic, patternType=LITERAL)`: 
       	(principal=User:scram-user, host=*, operation=READ, permissionType=ALLOW)
      	(principal=User:scram-user, host=*, operation=DESCRIBE, permissionType=ALLOW) 
      
      Adding ACLs for resource `ResourcePattern(resourceType=GROUP, name=group, patternType=LITERAL)`: 
       	(principal=User:scram-user, host=*, operation=READ, permissionType=ALLOW) 
      
      Current ACLs for resource `Topic:LITERAL:e2etopic`: 
       	User:scram-user has Allow permission for operations: Write from hosts: *
      	User:scram-user has Allow permission for operations: Read from hosts: *
      	User:scram-user has Allow permission for operations: Create from hosts: *
      	User:scram-user has Allow permission for operations: Describe from hosts: * 
      
      Current ACLs for resource `Group:LITERAL:group`: 
       	User:scram-user has Allow permission for operations: Read from hosts: * 
      
      Adding ACLs for resource `ResourcePattern(resourceType=CLUSTER, name=kafka-cluster, patternType=LITERAL)`: 
       	(principal=User:scram-admin, host=*, operation=CLUSTER_ACTION, permissionType=ALLOW) 
      
      Current ACLs for resource `Cluster:LITERAL:kafka-cluster`: 
       	User:scram-admin has Allow permission for operations: ClusterAction from hosts: * 
      
      Adding ACLs for resource `ResourcePattern(resourceType=TOPIC, name=*, patternType=LITERAL)`: 
       	(principal=User:scram-admin, host=*, operation=READ, permissionType=ALLOW) 
      
      Current ACLs for resource `Topic:LITERAL:*`: 
       	User:scram-admin has Allow permission for operations: Read from hosts: * 
      
      Completed Updating config for entity: user-principal 'scram-admin'.
      Completed Updating config for entity: user-principal 'scram-user'.
      [2019-12-03 04:34:33,761] ERROR [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Error for partition __consumer_offsets-0 at offset 0 (kafka.server.ReplicaFetcherThread:76)
      org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server does not host this topic-partition.
      [2019-12-03 04:34:33,761] ERROR [ReplicaFetcher replicaId=0, leaderId=1, fetcherId=0] Error for partition __consumer_offsets-0 at offset 0 (kafka.server.ReplicaFetcherThread:76)
      org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server does not host this topic-partition.
      Adding ACLs for resource `ResourcePattern(resourceType=TOPIC, name=e2etopic, patternType=LITERAL)`: 
       	(principal=User:scram-user, host=*, operation=WRITE, permissionType=ALLOW)
      	(principal=User:scram-user, host=*, operation=DESCRIBE, permissionType=ALLOW)
      	(principal=User:scram-user, host=*, operation=CREATE, permissionType=ALLOW) 
      
      Current ACLs for resource `Topic:LITERAL:e2etopic`: 
       	User:scram-user has Allow permission for operations: Write from hosts: *
      	User:scram-user has Allow permission for operations: Create from hosts: *
      	User:scram-user has Allow permission for operations: Describe from hosts: * 
      
      Adding ACLs for resource `ResourcePattern(resourceType=GROUP, name=group, patternType=LITERAL)`: 
       	(principal=User:scram-user, host=*, operation=READ, permissionType=ALLOW) 
      
      Current ACLs for resource `Group:LITERAL:group`: 
       	User:scram-user has Allow permission for operations: Read from hosts: * 
      
      Adding ACLs for resource `ResourcePattern(resourceType=CLUSTER, name=kafka-cluster, patternType=LITERAL)`: 
       	(principal=User:scram-admin, host=*, operation=CLUSTER_ACTION, permissionType=ALLOW) 
      
      Current ACLs for resource `Cluster:LITERAL:kafka-cluster`: 
       	User:scram-admin has Allow permission for operations: ClusterAction from hosts: * 
      
      Adding ACLs for resource `ResourcePattern(resourceType=TOPIC, name=*, patternType=LITERAL)`: 
       	(principal=User:scram-admin, host=*, operation=READ, permissionType=ALLOW) 
      
      Current ACLs for resource `Topic:LITERAL:*`: 
       	User:scram-admin has Allow permission for operations: Read from hosts: * 
      
      Completed Updating config for entity: user-principal 'scram-admin'.
      Completed Updating config for entity: user-principal 'scram-user'.
      [2019-12-03 04:34:40,714] ERROR [ReplicaFetcher replicaId=0, leaderId=1, fetcherId=0] Error for partition __consumer_offsets-0 at offset 0 (kafka.server.ReplicaFetcherThread:76)
      org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server does not host this topic-partition.
      [2019-12-03 04:34:40,714] ERROR [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Error for partition __consumer_offsets-0 at offset 0 (kafka.server.ReplicaFetcherThread:76)
      org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server does not host this topic-partition.
      [2019-12-03 04:34:40,875] ERROR [ReplicaFetcher replicaId=0, leaderId=1, fetcherId=0] Error for partition e2etopic-0 at offset 0 (kafka.server.ReplicaFetcherThread:76)
      org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server does not host this topic-partition.
      [2019-12-03 04:34:40,875] ERROR [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Error for partition e2etopic-0 at offset 0 (kafka.server.ReplicaFetcherThread:76)
      org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server does not host this topic-partition.
      Adding ACLs for resource `ResourcePattern(resourceType=TOPIC, name=topic2, patternType=LITERAL)`: 
       	(principal=User:scram-user, host=*, operation=WRITE, permissionType=ALLOW)
      	(principal=User:scram-user, host=*, operation=DESCRIBE, permissionType=ALLOW)
      	(principal=User:scram-user, host=*, operation=CREATE, permissionType=ALLOW) 
      
      Current ACLs for resource `Topic:LITERAL:topic2`: 
       	User:scram-user has Allow permission for operations: Write from hosts: *
      	User:scram-user has Allow permission for operations: Create from hosts: *
      	User:scram-user has Allow permission for operations: Describe from hosts: * 
      
      Adding ACLs for resource `ResourcePattern(resourceType=TOPIC, name=topic2, patternType=LITERAL)`: 
       	(principal=User:scram-user, host=*, operation=READ, permissionType=ALLOW)
      	(principal=User:scram-user, host=*, operation=DESCRIBE, permissionType=ALLOW) 
      
      Adding ACLs for resource `ResourcePattern(resourceType=GROUP, name=group, patternType=LITERAL)`: 
       	(principal=User:scram-user, host=*, operation=READ, permissionType=ALLOW) 
      
      Current ACLs for resource `Topic:LITERAL:topic2`: 
       	User:scram-user has Allow permission for operations: Write from hosts: *
      	User:scram-user has Allow permission for operations: Read from hosts: *
      	User:scram-user has Allow permission for operations: Create from hosts: *
      	User:scram-user has Allow permission for operations: Describe from hosts: * 
      
      Current ACLs for resource `Group:LITERAL:group`: 
       	User:scram-user has Allow permission for operations: Read from hosts: * 
      
      [2019-12-03 04:34:41,712] ERROR [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Error for partition topic2-0 at offset 0 (kafka.server.ReplicaFetcherThread:76)
      org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server does not host this topic-partition.
      [2019-12-03 04:34:41,713] ERROR [ReplicaFetcher replicaId=0, leaderId=1, fetcherId=0] Error for partition topic2-0 at offset 0 (kafka.server.ReplicaFetcherThread:76)
      org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server does not host this topic-partition.
      Adding ACLs for resource `ResourcePattern(resourceType=CLUSTER, name=kafka-cluster, patternType=LITERAL)`: 
       	(principal=User:scram-admin, host=*, operation=CLUSTER_ACTION, permissionType=ALLOW) 
      
      Current ACLs for resource `Cluster:LITERAL:kafka-cluster`: 
       	User:scram-admin has Allow permission for operations: ClusterAction from hosts: * 
      
      Adding ACLs for resource `ResourcePattern(resourceType=TOPIC, name=*, patternType=LITERAL)`: 
       	(principal=User:scram-admin, host=*, operation=READ, permissionType=ALLOW) 
      
      Current ACLs for resource `Topic:LITERAL:*`: 
       	User:scram-admin has Allow permission for operations: Read from hosts: * 
      
      Completed Updating config for entity: user-principal 'scram-admin'.
      Completed Updating config for entity: user-principal 'scram-user'.
      [2019-12-03 04:34:50,241] ERROR [ReplicaFetcher replicaId=0, leaderId=1, fetcherId=0] Error for partition __consumer_offsets-0 at offset 0 (kafka.server.ReplicaFetcherThread:76)
      org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server does not host this topic-partition.
      [2019-12-03 04:34:50,250] ERROR [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Error for partition __consumer_offsets-0 at offset 0 (kafka.server.ReplicaFetcherThread:76)
      org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server does not host this topic-partition.
      Adding ACLs for resource `ResourcePattern(resourceType=TOPIC, name=*, patternType=LITERAL)`: 
       	(principal=User:scram-user, host=*, operation=READ, permissionType=ALLOW)
      	(principal=User:scram-user, host=*, operation=DESCRIBE, permissionType=ALLOW)
      	(principal=User:scram-user, host=*, operation=WRITE, permissionType=ALLOW)
      	(principal=User:scram-user, host=*, operation=CREATE, permissionType=ALLOW) 
      
      Adding ACLs for resource `ResourcePattern(resourceType=GROUP, name=*, patternType=LITERAL)`: 
       	(principal=User:scram-user, host=*, operation=READ, permissionType=ALLOW) 
      
      Current ACLs for resource `Topic:LITERAL:*`: 
       	User:scram-admin has Allow permission for operations: Read from hosts: *
      	User:scram-user has Allow permission for operations: Read from hosts: *
      	User:scram-user has Allow permission for operations: Create from hosts: *
      	User:scram-user has Allow permission for operations: Describe from hosts: *
      	User:scram-user has Allow permission for operations: Write from hosts: * 
      
      Current ACLs for resource `Group:LITERAL:*`: 
       	User:scram-user has Allow permission for operations: Read from hosts: * 
      
      Adding ACLs for resource `ResourcePattern(resourceType=CLUSTER, name=kafka-cluster, patternType=LITERAL)`: 
       	(principal=User:scram-admin, host=*, operation=CLUSTER_ACTION, permissionType=ALLOW) 
      
      Current ACLs for resource `Cluster:LITERAL:kafka-cluster`: 
       	User:scram-admin has Allow permission for operations: ClusterAction from hosts: * 
      
      Adding ACLs for resource `ResourcePattern(resourceType=TOPIC, name=*, patternType=LITERAL)`: 
       	(principal=User:scram-admin, host=*, operation=READ, permissionType=ALLOW) 
      
      Current ACLs for resource `Topic:LITERAL:*`: 
       	User:scram-admin has Allow permission for operations: Read from hosts: * 
      
      Completed Updating config for entity: user-principal 'scram-admin'.
      Completed Updating config for entity: user-principal 'scram-user'.
      [2019-12-03 04:34:56,974] ERROR [ReplicaFetcher replicaId=0, leaderId=2, fetcherId=0] Error for partition __consumer_offsets-0 at offset 0 (kafka.server.ReplicaFetcherThread:76)
      org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server does not host this topic-partition.
      [2019-12-03 04:34:56,977] ERROR [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Error for partition __consumer_offsets-0 at offset 0 (kafka.server.ReplicaFetcherThread:76)
      org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server does not host this topic-partition.
      [2019-12-03 04:34:57,129] ERROR [ReplicaFetcher replicaId=0, leaderId=2, fetcherId=0] Error for partition e2etopic-0 at offset 0 (kafka.server.ReplicaFetcherThread:76)
      org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server does not host this topic-partition.
      [2019-12-03 04:34:57,129] ERROR [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Error for partition e2etopic-0 at offset 0 (kafka.server.ReplicaFetcherThread:76)
      org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server does not host this topic-partition.
      Adding ACLs for resource `ResourcePattern(resourceType=TOPIC, name=e2etopic, patternType=LITERAL)`: 
       	(principal=User:scram-user, host=*, operation=WRITE, permissionType=ALLOW)
      	(principal=User:scram-user, host=*, operation=DESCRIBE, permissionType=ALLOW)
      	(principal=User:scram-user, host=*, operation=CREATE, permissionType=ALLOW) 
      
      Current ACLs for resource `Topic:LITERAL:e2etopic`: 
       	User:scram-user has Allow permission for operations: Write from hosts: *
      	User:scram-user has Allow permission for operations: Create from hosts: *
      	User:scram-user has Allow permission for operations: Describe from hosts: * 
      
      Adding ACLs for resource `ResourcePattern(resourceType=GROUP, name=group, patternType=LITERAL)`: 
       	(principal=User:scram-user, host=*, operation=READ, permissionType=ALLOW) 
      
      Current ACLs for resource `Group:LITERAL:group`: 
       	User:scram-user has Allow permission for operations: Read from hosts: * 
      
      Adding ACLs for resource `ResourcePattern(resourceType=CLUSTER, name=kafka-cluster, patternType=LITERAL)`: 
       	(principal=User:scram-admin, host=*, operation=CLUSTER_ACTION, permissionType=ALLOW) 
      
      Current ACLs for resource `Cluster:LITERAL:kafka-cluster`: 
       	User:scram-admin has Allow permission for operations: ClusterAction from hosts: * 
      
      Adding ACLs for resource `ResourcePattern(resourceType=TOPIC, name=*, patternType=LITERAL)`: 
       	(principal=User:scram-admin, host=*, operation=READ, permissionType=ALLOW) 
      
      Current ACLs for resource `Topic:LITERAL:*`: 
       	User:scram-admin has Allow permission for operations: Read from hosts: * 
      
      Completed Updating config for entity: user-principal 'scram-admin'.
      Completed Updating config for entity: user-principal 'scram-user'.
      Adding ACLs for resource `ResourcePattern(resourceType=TOPIC, name=e2etopic, patternType=LITERAL)`: 
       	(principal=User:scram-user, host=*, operation=WRITE, permissionType=ALLOW)
      	(principal=User:scram-user, host=*, operation=DESCRIBE, permissionType=ALLOW)
      	(principal=User:scram-user, host=*, operation=CREATE, permissionType=ALLOW) 
      
      Current ACLs for resource `Topic:LITERAL:e2etopic`: 
       	User:scram-user has Allow permission for operations: Write from hosts: *
      	User:scram-user has Allow permission for operations: Create from hosts: *
      	User:scram-user has Allow permission for operations: Describe from hosts: * 
      
      Adding ACLs for resource `ResourcePattern(resourceType=GROUP, name=group, patternType=LITERAL)`: 
       	(principal=User:scram-user, host=*, operation=READ, permissionType=ALLOW) 
      
      Current ACLs for resource `Group:LITERAL:group`: 
       	User:scram-user has Allow permission for operations: Read from hosts: * 
      
      Current ACLs for resource `Topic:LITERAL:e2etopic`: 
       	User:scram-user has Allow permission for operations: Write from hosts: *
      	User:scram-user has Allow permission for operations: Create from hosts: * 
      
      Current ACLs for resource `Topic:LITERAL:e2etopic`: 
       	User:scram-user has Allow permission for operations: Create from hosts: * 
      
      [2019-12-03 04:35:08,498] ERROR [Consumer clientId=consumer-group-19, groupId=group] Topic authorization failed for topics [e2etopic] (org.apache.kafka.clients.Metadata:283)
      Adding ACLs for resource `ResourcePattern(resourceType=CLUSTER, name=kafka-cluster, patternType=LITERAL)`: 
       	(principal=User:scram-admin, host=*, operation=CLUSTER_ACTION, permissionType=ALLOW) 
      
      Current ACLs for resource `Cluster:LITERAL:kafka-cluster`: 
       	User:scram-admin has Allow permission for operations: ClusterAction from hosts: * 
      
      Adding ACLs for resource `ResourcePattern(resourceType=TOPIC, name=*, patternType=LITERAL)`: 
       	(principal=User:scram-admin, host=*, operation=READ, permissionType=ALLOW) 
      
      Current ACLs for resource `Topic:LITERAL:*`: 
       	User:scram-admin has Allow permission for operations: Read from hosts: * 
      
      Completed Updating config for entity: user-principal 'scram-admin'.
      Completed Updating config for entity: user-principal 'scram-user'.
      [2019-12-03 04:35:14,795] ERROR [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Error for partition __consumer_offsets-0 at offset 0 (kafka.server.ReplicaFetcherThread:76)
      org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server does not host this topic-partition.
      [2019-12-03 04:35:14,795] ERROR [ReplicaFetcher replicaId=1, leaderId=0, fetcherId=0] Error for partition __consumer_offsets-0 at offset 0 (kafka.server.ReplicaFetcherThread:76)
      org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server does not host this topic-partition.
      [2019-12-03 04:35:14,949] ERROR [ReplicaFetcher replicaId=1, leaderId=0, fetcherId=0] Error for partition e2etopic-0 at offset 0 (kafka.server.ReplicaFetcherThread:76)
      org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server does not host this topic-partition.
      [2019-12-03 04:35:14,950] ERROR [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Error for partition e2etopic-0 at offset 0 (kafka.server.ReplicaFetcherThread:76)
      org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server does not host this topic-partition.
      Adding ACLs for resource `ResourcePattern(resourceType=TOPIC, name=e2etopic, patternType=LITERAL)`: 
       	(principal=User:scram-user, host=*, operation=WRITE, permissionType=ALLOW)
      	(principal=User:scram-user, host=*, operation=DESCRIBE, permissionType=ALLOW)
      	(principal=User:scram-user, host=*, operation=CREATE, permissionType=ALLOW) 
      
      Current ACLs for resource `Topic:LITERAL:e2etopic`: 
       	User:scram-user has Allow permission for operations: Write from hosts: *
      	User:scram-user has Allow permission for operations: Create from hosts: *
      	User:scram-user has Allow permission for operations: Describe from hosts: * 
      
      Adding ACLs for resource `ResourcePattern(resourceType=CLUSTER, name=kafka-cluster, patternType=LITERAL)`: 
       	(principal=User:scram-admin, host=*, operation=CLUSTER_ACTION, permissionType=ALLOW) 
      
      Current ACLs for resource `Cluster:LITERAL:kafka-cluster`: 
       	User:scram-admin has Allow permission for operations: ClusterAction from hosts: * 
      
      Adding ACLs for resource `ResourcePattern(resourceType=TOPIC, name=*, patternType=LITERAL)`: 
       	(principal=User:scram-admin, host=*, operation=READ, permissionType=ALLOW) 
      
      Current ACLs for resource `Topic:LITERAL:*`: 
       	User:scram-admin has Allow permission for operations: Read from hosts: * 
      
      Completed Updating config for entity: user-principal 'scram-admin'.
      Completed Updating config for entity: user-principal 'scram-user'.
      [2019-12-03 04:35:22,194] ERROR [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Error for partition __consumer_offsets-0 at offset 0 (kafka.server.ReplicaFetcherThread:76)
      org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server does not host this topic-partition.
      [2019-12-03 04:35:22,194] ERROR [ReplicaFetcher replicaId=0, leaderId=1, fetcherId=0] Error for partition __consumer_offsets-0 at offset 0 (kafka.server.ReplicaFetcherThread:76)
      org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server does not host this topic-partition.
      [2019-12-03 04:35:22,348] ERROR [ReplicaFetcher replicaId=0, leaderId=1, fetcherId=0] Error for partition e2etopic-0 at offset 0 (kafka.server.ReplicaFetcherThread:76)
      org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server does not host this topic-partition.
      [2019-12-03 04:35:22,348] ERROR [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Error for partition e2etopic-0 at offset 0 (kafka.server.ReplicaFetcherThread:76)
      org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server does not host this topic-partition.
      Adding ACLs for resource `ResourcePattern(resourceType=TOPIC, name=e2etopic, patternType=LITERAL)`: 
       	(principal=User:scram-user, host=*, operation=DESCRIBE, permissionType=ALLOW) 
      
      Current ACLs for resource `Topic:LITERAL:e2etopic`: 
       	User:scram-user has Allow permission for operations: Describe from hosts: * 
      
      Adding ACLs for resource `ResourcePattern(resourceType=CLUSTER, name=kafka-cluster, patternType=LITERAL)`: 
       	(principal=User:scram-admin, host=*, operation=CLUSTER_ACTION, permissionType=ALLOW) 
      
      Current ACLs for resource `Cluster:LITERAL:kafka-cluster`: 
       	User:scram-admin has Allow permission for operations: ClusterAction from hosts: * 
      
      Adding ACLs for resource `ResourcePattern(resourceType=TOPIC, name=*, patternType=LITERAL)`: 
       	(principal=User:scram-admin, host=*, operation=READ, permissionType=ALLOW) 
      
      Current ACLs for resource `Topic:LITERAL:*`: 
       	User:scram-admin has Allow permission for operations: Read from hosts: * 
      
      Completed Updating config for entity: user-principal 'scram-admin'.
      Completed Updating config for entity: user-principal 'scram-user'.
      [2019-12-03 04:35:27,792] ERROR [ReplicaFetcher replicaId=1, leaderId=0, fetcherId=0] Error for partition __consumer_offsets-0 at offset 0 (kafka.server.ReplicaFetcherThread:76)
      org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server does not host this topic-partition.
      [2019-12-03 04:35:27,794] ERROR [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Error for partition __consumer_offsets-0 at offset 0 (kafka.server.ReplicaFetcherThread:76)
      org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server does not host this topic-partition.
      [2019-12-03 04:35:28,501] ERROR [ReplicaFetcher replicaId=0, leaderId=1, fetcherId=0] Error for partition e2etopic-0 at offset 0 (kafka.server.ReplicaFetcherThread:76)
      org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server does not host this topic-partition.
      [2019-12-03 04:35:28,512] ERROR [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Error for partition e2etopic-0 at offset 0 (kafka.server.ReplicaFetcherThread:76)
      org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server does not host this topic-partition.
      Adding ACLs for resource `ResourcePattern(resourceType=GROUP, name=group, patternType=LITERAL)`: 
       	(principal=User:scram-user, host=*, operation=READ, permissionType=ALLOW) 
      
      Current ACLs for resource `Group:LITERAL:group`: 
       	User:scram-user has Allow permission for operations: Read from hosts: * 
      
      [2019-12-03 04:35:29,002] ERROR [Producer clientId=producer-23] Topic authorization failed for topics [e2etopic] (org.apache.kafka.clients.Metadata:283)
      [2019-12-03 04:35:29,080] ERROR [Consumer clientId=consumer-group-21, groupId=group] Topic authorization failed for topics [e2etopic] (org.apache.kafka.clients.Metadata:283)
      Adding ACLs for resource `ResourcePattern(resourceType=TOPIC, name=topic2, patternType=LITERAL)`: 
       	(principal=User:scram-user, host=*, operation=WRITE, permissionType=ALLOW)
      	(principal=User:scram-user, host=*, operation=DESCRIBE, permissionType=ALLOW)
      	(principal=User:scram-user, host=*, operation=CREATE, permissionType=ALLOW) 
      
      Current ACLs for resource `Topic:LITERAL:topic2`: 
       	User:scram-user has Allow permission for operations: Write from hosts: *
      	User:scram-user has Allow permission for operations: Create from hosts: *
      	User:scram-user has Allow permission for operations: Describe from hosts: * 
      
      Adding ACLs for resource `ResourcePattern(resourceType=TOPIC, name=topic2, patternType=LITERAL)`: 
       	(principal=User:scram-user, host=*, operation=READ, permissionType=ALLOW)
      	(principal=User:scram-user, host=*, operation=DESCRIBE, permissionType=ALLOW) 
      
      Adding ACLs for resource `ResourcePattern(resourceType=GROUP, name=group, patternType=LITERAL)`: 
       	(principal=User:scram-user, host=*, operation=READ, permissionType=ALLOW) 
      
      Current ACLs for resource `Topic:LITERAL:topic2`: 
       	User:scram-user has Allow permission for operations: Write from hosts: *
      	User:scram-user has Allow permission for operations: Read from hosts: *
      	User:scram-user has Allow permission for operations: Create from hosts: *
      	User:scram-user has Allow permission for operations: Describe from hosts: * 
      
      Current ACLs for resource `Group:LITERAL:group`: 
       	User:scram-user has Allow permission for operations: Read from hosts: * 
      
      [2019-12-03 04:35:29,836] ERROR [Producer clientId=producer-23] Topic authorization failed for topics [e2etopic] (org.apache.kafka.clients.Metadata:283)
      [2019-12-03 04:35:29,940] ERROR [Producer clientId=producer-23] Topic authorization failed for topics [e2etopic] (org.apache.kafka.clients.Metadata:283)
      Adding ACLs for resource `ResourcePattern(resourceType=TOPIC, name=e2etopic, patternType=LITERAL)`: 
       	(principal=User:scram-user, host=*, operation=WRITE, permissionType=ALLOW)
      	(principal=User:scram-user, host=*, operation=DESCRIBE, permissionType=ALLOW)
      	(principal=User:scram-user, host=*, operation=CREATE, permissionType=ALLOW) 
      
      Current ACLs for resource `Topic:LITERAL:e2etopic`: 
       	User:scram-user has Allow permission for operations: Write from hosts: *
      	User:scram-user has Allow permission for operations: Create from hosts: *
      	User:scram-user has Allow permission for operations: Describe from hosts: * 
      
      Adding ACLs for resource `ResourcePattern(resourceType=TOPIC, name=e2etopic, patternType=LITERAL)`: 
       	(principal=User:scram-user, host=*, operation=READ, permissionType=ALLOW)
      	(principal=User:scram-user, host=*, operation=DESCRIBE, permissionType=ALLOW) 
      
      Adding ACLs for resource `ResourcePattern(resourceType=GROUP, name=group, patternType=LITERAL)`: 
       	(principal=User:scram-user, host=*, operation=READ, permissionType=ALLOW) 
      
      Current ACLs for resource `Topic:LITERAL:e2etopic`: 
       	User:scram-user has Allow permission for operations: Write from hosts: *
      	User:scram-user has Allow permission for operations: Read from hosts: *
      	User:scram-user has Allow permission for operations: Create from hosts: *
      	User:scram-user has Allow permission for operations: Describe from hosts: * 
      
      Current ACLs for resource `Group:LITERAL:group`: 
       	User:scram-user has Allow permission for operations: Read from hosts: * 
      
      [2019-12-03 04:35:30,820] ERROR [Consumer clientId=consumer-group-21, groupId=group] Topic authorization failed for topics [e2etopic] (org.apache.kafka.clients.Metadata:283)
      Adding ACLs for resource `ResourcePattern(resourceType=CLUSTER, name=kafka-cluster, patternType=LITERAL)`: 
       	(principal=User:scram-admin, host=*, operation=CLUSTER_ACTION, permissionType=ALLOW) 
      
      Current ACLs for resource `Cluster:LITERAL:kafka-cluster`: 
       	User:scram-admin has Allow permission for operations: ClusterAction from hosts: * 
      
      Adding ACLs for resource `ResourcePattern(resourceType=TOPIC, name=*, patternType=LITERAL)`: 
       	(principal=User:scram-admin, host=*, operation=READ, permissionType=ALLOW) 
      
      Current ACLs for resource `Topic:LITERAL:*`: 
       	User:scram-admin has Allow permission for operations: Read from hosts: * 
      
      Completed Updating config for entity: user-principal 'scram-admin'.
      Completed Updating config for entity: user-principal 'scram-user'.
      Adding ACLs for resource `ResourcePattern(resourceType=TOPIC, name=e2etopic, patternType=LITERAL)`: 
       	(principal=User:scram-user, host=*, operation=WRITE, permissionType=ALLOW)
      	(principal=User:scram-user, host=*, operation=DESCRIBE, permissionType=ALLOW)
      	(principal=User:scram-user, host=*, operation=CREATE, permissionType=ALLOW) 
      
      Current ACLs for resource `Topic:LITERAL:e2etopic`: 
       	User:scram-user has Allow permission for operations: Write from hosts: *
      	User:scram-user has Allow permission for operations: Create from hosts: *
      	User:scram-user has Allow permission for operations: Describe from hosts: * 
      
      Adding ACLs for resource `ResourcePattern(resourceType=TOPIC, name=e2etopic, patternType=LITERAL)`: 
       	(principal=User:scram-user, host=*, operation=READ, permissionType=ALLOW)
      	(principal=User:scram-user, host=*, operation=DESCRIBE, permissionType=ALLOW) 
      
      Adding ACLs for resource `ResourcePattern(resourceType=GROUP, name=group, patternType=LITERAL)`: 
       	(principal=User:scram-user, host=*, operation=READ, permissionType=ALLOW) 
      
      Current ACLs for resource `Topic:LITERAL:e2etopic`: 
       	User:scram-user has Allow permission for operations: Write from hosts: *
      	User:scram-user has Allow permission for operations: Read from hosts: *
      	User:scram-user has Allow permission for operations: Create from hosts: *
      	User:scram-user has Allow permission for operations: Describe from hosts: * 
      
      Current ACLs for resource `Group:LITERAL:group`: 
       	User:scram-user has Allow permission for operations: Read from hosts: * 
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              vvcephei John Roesler
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: