ProducedRecord

@JsonSerializable
data class ProducedRecord(val error_code: Status, val cluster_id: ClusterId, val topic_name: Topic, val partition_id: PartitionId, val offset: Offset, val timestamp: Instant, val key: ProducedRecordData?, val value: ProducedRecordData?)

Constructors

Link copied to clipboard
constructor(error_code: Status, cluster_id: ClusterId, topic_name: Topic, partition_id: PartitionId, offset: Offset, timestamp: Instant, key: ProducedRecordData?, value: ProducedRecordData?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard