Click to copy
Administrator • Reviewed for ksqlDB 0.29
How to List Properties of a ksqlDB Cluster
To
list all the properties and the current configuration values in a ksqlDB cluster, use the LIST command:
LIST PROPERTIES;
Note that you can also useSHOWinstead ofLIST.
Was this article helpful?