KafkaPublishCommand
faststream.confluent.KafkaPublishCommand
#
KafkaPublishCommand(
message,
/,
*messages,
topic,
_publish_type,
key=None,
partition=None,
timestamp_ms=None,
headers=None,
correlation_id=None,
reply_to="",
no_confirm=False,
timeout=0.5,
)
Bases: BatchPublishCommand
Source code in faststream/confluent/response.py
as_publish_command
#
Method to transform handlers' Response result to DTO for publishers.