Skip to content

Commit bb3944c

Browse files
authored
KAFKA-18427: Remove ZooKeeperClient (#18613)
Reviewers: Ismael Juma <[email protected], TingIāu "Ting" Kì <[email protected]>
1 parent 4772805 commit bb3944c

File tree

2 files changed

+0
-269
lines changed

2 files changed

+0
-269
lines changed

core/src/main/scala/kafka/zookeeper/ZooKeeperClient.scala

-267
This file was deleted.

core/src/test/scala/unit/kafka/security/authorizer/BaseAuthorizerTest.scala

-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ package kafka.security.authorizer
2020
import java.net.InetAddress
2121
import java.util.UUID
2222
import kafka.server.KafkaConfig
23-
import kafka.zookeeper.ZooKeeperClient
2423
import org.apache.kafka.common.acl.AclOperation.{ALL, READ, WRITE}
2524
import org.apache.kafka.common.acl.AclPermissionType.{ALLOW, DENY}
2625
import org.apache.kafka.common.acl.{AccessControlEntry, AccessControlEntryFilter, AclBinding, AclBindingFilter, AclOperation}
@@ -50,7 +49,6 @@ trait BaseAuthorizerTest {
5049
val requestContext: RequestContext = newRequestContext(principal, InetAddress.getByName("192.168.0.1"))
5150
val superUserName = "superuser1"
5251
var config: KafkaConfig = _
53-
var zooKeeperClient: ZooKeeperClient = _
5452
var resource: ResourcePattern = _
5553

5654
@Test

0 commit comments

Comments
 (0)