psl
Pub/Sub Lite
Analytics & IoTGCP
General
General information about the service.
Description
Pub/Sub Lite is a high-volume messaging service with zonal storage for cost-effective streaming analytics. It offers predictable pricing with provisioned capacity.
Service ID
pubsublite.googleapis.comResource Pattern
projects/{project}/locations/{zone}/topics/{topic}References
Chat
Powered by AITalk to this service to learn more about it.
Suggested questions:
Naming
The conventions, rules, and restrictions for naming this service.
Naming Convention
psl-{workload}-{env}Length
4-63
Valid Characters
Lowercase letters, numbers, hyphens
Scope
zonal
Code
Deploy your infrastructure as code using your preferred tooling.
Official Documentation
terraform
1resource "google_pubsub_lite_topic" "main" {2 name = "psl-${var.workload}-${var.environment}"3 project = var.project_id4 partition_config {5 count = 16 }7 retention_config {8 per_partition_bytes = 322122547209 }10}
Utilities
Utilities to support app deployment or configuration.