Skip to content

Commit 2a073a1

Browse files
authored
KAFKA-18414 Remove KRaftRegistrationResult (apache#18401)
Reviewers: Chia-Ping Tsai <[email protected]>
1 parent 228b325 commit 2a073a1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

core/src/main/scala/kafka/zk/KafkaZkClient.scala

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ import java.lang.{Long => JLong}
4545
import scala.collection.{Map, Seq, mutable}
4646
import scala.jdk.CollectionConverters._
4747

48-
sealed trait KRaftRegistrationResult
49-
case class FailedRegistrationResult() extends KRaftRegistrationResult
50-
case class SuccessfulRegistrationResult(zkControllerEpoch: Int, controllerEpochZkVersion: Int) extends KRaftRegistrationResult
51-
5248
/**
5349
* Provides higher level Kafka-specific operations on top of the pipelined [[kafka.zookeeper.ZooKeeperClient]].
5450
*

0 commit comments

Comments
 (0)