http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
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
)
(
source
)
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