mirror of https://github.com/apache/kafka.git
				
				
				
			KAFKA-18414 Remove KRaftRegistrationResult (#18401)
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
		
							parent
							
								
									228b3252f6
								
							
						
					
					
						commit
						2a073a14d2
					
				|  | @ -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]]. | ||||
|  * | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue