Resources
upstash_kafka_topic
Create and manage Kafka topics in Upstash.
Schema
Required
cleanup_policy
string
requiredCleanup policy will be used in the topic. compact
or delete
cluster_id
string
requiredID of the cluster the topic will be deployed in
max_message_size
number
requiredMax message size in the topic
partitions
number
requiredThe number of partitions the topic will have
retention_size
number
requiredRetention size of the messages in the topic
retention_time
number
requiredRetention time of messages in the topic
topic_name
string
requiredName of the topic
Read-Only
creation_time
number
Creation time of the topic
id
string
The ID of this resource.
multizone
bool
Whether multizone replication is enabled
password
string
Password to be used in authenticating to the cluster
region
string
Region of the kafka topic
rest_endpoint
string
REST endpoint of the kafka topic
state
string
State of the credential. active
or deleted
tcp_endpoint
string
TCP endpoint of the kafka topic
topic_id
string
Unique cluster ID for created topic
username
string
Base64 encoded username to be used in authenticating to the cluster
Was this page helpful?