Skip to content

Commit

Permalink
Merge branch 'trunk' into KAFKA-17668
Browse files Browse the repository at this point in the history
  • Loading branch information
frankvicky committed Jan 19, 2025
2 parents 80cbd3d + bb3944c commit 83d61d2
Show file tree
Hide file tree
Showing 4 changed files with 134 additions and 372 deletions.
267 changes: 0 additions & 267 deletions core/src/main/scala/kafka/zookeeper/ZooKeeperClient.scala

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ package kafka.security.authorizer
import java.net.InetAddress
import java.util.UUID
import kafka.server.KafkaConfig
import kafka.zookeeper.ZooKeeperClient
import org.apache.kafka.common.acl.AclOperation.{ALL, READ, WRITE}
import org.apache.kafka.common.acl.AclPermissionType.{ALLOW, DENY}
import org.apache.kafka.common.acl.{AccessControlEntry, AccessControlEntryFilter, AclBinding, AclBindingFilter, AclOperation}
Expand Down Expand Up @@ -50,7 +49,6 @@ trait BaseAuthorizerTest {
val requestContext: RequestContext = newRequestContext(principal, InetAddress.getByName("192.168.0.1"))
val superUserName = "superuser1"
var config: KafkaConfig = _
var zooKeeperClient: ZooKeeperClient = _
var resource: ResourcePattern = _

@Test
Expand Down
Loading

0 comments on commit 83d61d2

Please sign in to comment.