ccloud kafka topic produce

Description

Produce messages to a Kafka topic.

ccloud kafka topic produce <topic> [flags]

Flags

    --cluster string        Kafka cluster ID.
    --delimiter string      The key/value delimiter. (default ":")
    --value-format string   Format of message value as string, avro, protobuf, or jsonschema. (default "string")
    --schema string         The path to the schema file.
    --parse-key             Parse key from the message.
    --sr-endpoint string    Endpoint for Schema Registry cluster.
-o, --output string         Specify the output format as "human", "json", or "yaml". (default "human")

Global Flags

-h, --help            Show help for this command.
-v, --verbose count   Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace).

See Also