confluent kafka topic produce

説明

Kafka のトピックに対してメッセージを生成します。

confluent kafka topic produce <topic> [flags]

フラグ

    --delimiter string      The key/value delimiter. (default ":")
    --value-format string   Format of message value as string, avro, protobuf, or jsonschema. Note that schema references are not supported for avro. (default "string")
    --schema string         The path to the schema file.
    --refs string           The path to the references file.
    --parse-key             Parse key from the message.
    --sr-endpoint string    Endpoint for Schema Registry cluster.
    --sr-apikey string      Schema registry API key.
    --sr-apisecret string   Schema registry API key secret.
    --api-key string        API key.
    --api-secret string     API key secret.
    --cluster string        Kafka cluster ID.
    --context string        CLI context name.
    --environment string    Environment ID.
-o, --output string         Specify the output format as "human", "json", or "yaml". (default "human")

グローバルフラグ

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

関連情報