Topic Pub/Sub SQL
Topic Pub/Sub SQL in KalamDB is documented in the Topic Pub/Sub section because the same workflow covers setup, inspection, and consumer-group behavior.
For the canonical command reference, see SQL Topics & Consumers.
Syntax Covered
The topic SQL reference covers:
CREATE TOPIC ... PARTITIONS ...ALTER TOPIC ... SET RETENTION ...ALTER TOPIC ... ADD SOURCE ... ON INSERT|UPDATE|DELETE ...CONSUME FROM ... GROUP ... FROM ... LIMIT ...ACK ... GROUP ... UPTO OFFSET ...RESET CONSUMER GROUP ... ON ... TO ...CLEAR TOPICandDROP TOPIC
Quick Example
Continue with SQL Topics & Consumers for retention options, payload modes, consumer group offset rules, ACK behavior, and admin reset commands.
Last updated on