1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-19 07:15:23 +00:00

gcloud: Thu Jul 4 09:30:26 UTC 2024

This commit is contained in:
Automated 2024-07-04 09:30:26 +00:00
parent 9cd336cae4
commit 2614f6b65e
202 changed files with 4779 additions and 318 deletions

View file

@ -5,7 +5,7 @@ NAME
SYNOPSIS
gcloud beta managed-kafka topics update
(TOPIC : --cluster=CLUSTER --location=LOCATION)
(--configs=[KEY=VALUE,...] --partitions=PARTITIONS)
(--partitions=PARTITIONS --clear-configs | --configs=[KEY=VALUE,...])
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -62,20 +62,25 @@ POSITIONAL ARGUMENTS
REQUIRED FLAGS
At least one of these must be specified:
--configs=[KEY=VALUE,...]
Configuration for the topic that are overridden from the cluster
defaults. The key of the map is a Kafka topic property name, for
example: cleanup.policy=compact,compression.type=producer. If you
provide a map with a key that already exists, only that configuration
is updated. If the map contains a key that does not exist, the entry
is appended to the topic configuration.
--partitions=PARTITIONS
The number of partitions in a topic. You can increase the partition
count for a topic, but you cannot decrease it. Increasing partitions
for a topic that uses a key might change how messages are
distributed.
At most one of these can be specified:
--clear-configs
Remove all the configurations for the topic.
--configs=[KEY=VALUE,...]
Configuration for the topic that are overridden from the cluster
defaults. The key of the map is a Kafka topic property name, for
example: cleanup.policy=compact,compression.type=producer. If you
provide a map with a key that already exists, only that
configuration is updated. If the map contains a key that does not
exist, the entry is appended to the topic configuration.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,