toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-kafka-rest
/
org.http4k.connect.kafka.rest.v2.model
/
CommitOffset
Commit
Offset
@
JsonSerializable
data
class
CommitOffset
(
val
topic
:
Topic
,
val
partition
:
PartitionId
,
val
offset
:
Offset
,
val
metadata
:
String
=
""
)
Members
Constructors
Commit
Offset
Link copied to clipboard
constructor
(
topic
:
Topic
,
partition
:
PartitionId
,
offset
:
Offset
,
metadata
:
String
=
""
)
Properties
metadata
Link copied to clipboard
val
metadata
:
String
offset
Link copied to clipboard
val
offset
:
Offset
partition
Link copied to clipboard
val
partition
:
PartitionId
topic
Link copied to clipboard
val
topic
:
Topic