KAFKA-18414 Remove KRaftRegistrationResult (#18401)

Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
TengYao Chi 2025-01-08 04:09:28 +08:00 committed by GitHub
parent 228b3252f6
commit 2a073a14d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 4 deletions

View File

@ -45,10 +45,6 @@ import java.lang.{Long => JLong}
import scala.collection.{Map, Seq, mutable}
import scala.jdk.CollectionConverters._
sealed trait KRaftRegistrationResult
case class FailedRegistrationResult() extends KRaftRegistrationResult
case class SuccessfulRegistrationResult(zkControllerEpoch: Int, controllerEpochZkVersion: Int) extends KRaftRegistrationResult
/**
* Provides higher level Kafka-specific operations on top of the pipelined [[kafka.zookeeper.ZooKeeperClient]].
*