Class representing a Kafka producer request. This action sends a message to a Kafka topic, optionally including a key for the message.
Creates an instance of the KafkaProducerRequest class.
KafkaProducerRequest
The Kafka topic to send the message to.
The message to be sent to the Kafka topic.
Optional
The optional key for the Kafka message.
The optional key associated with the message.
The Kafka topic to which the message will be sent.
The type of the action, specific to Kafka producer requests.
Class representing a Kafka producer request. This action sends a message to a Kafka topic, optionally including a key for the message.