toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-kafka-rest
/
org.http4k.connect.kafka.rest.v2.action
/
Replica
Replica
@
JsonSerializable
data
class
Replica
(
val
broker
:
BrokerId
,
val
leader
:
Boolean
,
val
in_sync
:
Boolean
)
Members
Constructors
Replica
Link copied to clipboard
constructor
(
broker
:
BrokerId
,
leader
:
Boolean
,
in_sync
:
Boolean
)
Properties
broker
Link copied to clipboard
val
broker
:
BrokerId
in_
sync
Link copied to clipboard
val
in_sync
:
Boolean
leader
Link copied to clipboard
val
leader
:
Boolean