Lightning topics
This page explains how to configure topics as Lightning Topics and what impact that will have.
Overview
Configuration
resource "warpstream_topic" "topic" {
topic_name = "logs"
partition_count = 1
virtual_cluster_id = warpstream_virtual_cluster.example.id
config {
name = "retention.ms"
value = "604800000"
}
config {
name = "warpstream.topic.type"
value = "lightning"
}
}Caveats
Differences with Ripcord
Last updated
Was this helpful?