pub type DefaultKfTopicRequest = TopicProduceData<RecordSet>;Aliased Type§
pub struct DefaultKfTopicRequest {
pub name: String,
pub partitions: Vec<PartitionProduceData<RecordSet>>,
pub data: PhantomData<RecordSet>,
}Fields§
§name: StringThe topic name.
partitions: Vec<PartitionProduceData<RecordSet>>Each partition to produce to.
data: PhantomData<RecordSet>