gcloud beta pubsub lite-topics create

NAME
gcloud beta pubsub lite-topics create - create a Pub/Sub Lite topic
SYNOPSIS
gcloud beta pubsub lite-topics createTOPIC--partitions=PARTITIONS--per-partition-bytes=PER_PARTITION_BYTES[--location=LOCATION][--message-retention-period=MESSAGE_RETENTION_PERIOD][--per-partition-publish-mib=PER_PARTITION_PUBLISH_MIB][--per-partition-subscribe-mib=PER_PARTITION_SUBSCRIBE_MIB][--throughput-reservation=THROUGHPUT_RESERVATION][GCLOUD_WIDE_FLAG]
DESCRIPTION
(BETA) Create a Pub/Sub Lite topic.
EXAMPLES
To create a Pub/Sub lite-topic, run:
gcloudbetapubsublite-topicscreatemytopic--location=us-central1-a--partitions=1--per-partition-bytes=30GiB--message-retention-period=2w
POSITIONAL ARGUMENTS
TOPIC
Topic ID.
REQUIRED FLAGS
--partitions=PARTITIONS
Number of partitions in the topic.
--per-partition-bytes=PER_PARTITION_BYTES
Provisioned storage, in bytes, per partition. If the number of bytes stored inany of the topic's partitions exceeds this value, older messages will be droppedto make room for newer ones, regardless of the value ofmessage-retention-period. A valid example value of this flag wouldbeper-partition-bytes=30GiB.
OPTIONAL FLAGS
Location resource - Identifies the Cloud zone this command will be executed on.This represents a Cloud resource. (NOTE) Some attributes are not given argumentsin this group but can be set in other ways.

To set theproject attribute:

  • provide the argument--location on the command line with a fullyspecified name;
  • provide the argument--zone on the command line with a fullyspecified name;
  • provide the argument--project on the command line;
  • set the propertycore/project.
--location=LOCATION
ID of the location or fully qualified identifier for the location.

To set thelocation attribute:

  • provide the argument--location on the command line;
  • provide the argument--zone on the command line.
--message-retention-period=MESSAGE_RETENTION_PERIOD
How long a published message is retained. If unset, messages will only bedropped to make space for new ones once theper-partition-byteslimit is reached. A valid example value of this flag would bemessage-retention-period="2w".
--per-partition-publish-mib=PER_PARTITION_PUBLISH_MIB
Topic partition publish throughput capacity in MiB/s. Must be between 4 and 16.
--per-partition-subscribe-mib=PER_PARTITION_SUBSCRIBE_MIB
Topic partition subscribe throughput capacity in MiB/s. Must be between 4 and32.
--throughput-reservation=THROUGHPUT_RESERVATION
Reservation ID to use for topic throughput.
GCLOUD WIDE FLAGS
These flags are available to all commands:--access-token-file,--account,--billing-project,--configuration,--flags-file,--flatten,--format,--help,--impersonate-service-account,--log-http,--project,--quiet,--trace-token,--user-output-enabled,--verbosity.

Run$gcloud help for details.

API REFERENCE
This command uses thepubsublite/v1 API. The full documentation forthis API can be found at:https://cloud.google.com/pubsub/lite/docs
NOTES
This command is currently in beta and might change without notice. Thesevariants are also available:
gcloudpubsublite-topicscreate
gcloudalphapubsublite-topicscreate

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-05-07 UTC.