Wednesday, May 17, 2023

ksql LIST TOPICS veya SHOW TOPICS

Giriş
Not : LIST TOPICS veya SHOW TOPICS aynı şey. Açıklaması şöyle
Kafka topic names are case-sensitive (“Ratings” and “ratings” are two different topics on a Kafka broker). All the KSQL constructs though, like Streams and Tables and everything else, are case-insensitive as you would expect from most database-like systems.
Sütunlar şöyle
1. Kafka Topics
2. Partitions
3. Partition Replicas

No comments:

Post a Comment

kafka-consumer-groups.sh komutu

Giriş Bir topic'i dinleyen consumer'ları gösterir. Aynı topic'i dinleyen consumer group'ları olabilir. Her topic farklı part...