Closed daniellavoie closed 4 years ago
The /ksql endpoint reference documentation for the SHOW TABLES command does not refer the fields type and isWindowed.
/ksql
SHOW TABLES
type
isWindowed
https://docs.ksqldb.io/en/latest/developer-guide/ksqldb-rest-api/ksql-endpoint/
[ { "@type":"tables", "statementText":"SHOW TABLES;", "tables":[ { "type":"TABLE", "name":"KAFKA_JAVA_CLIENT_TRANSACTION_STATS", "topic":"KAFKA_JAVA_CLIENT_TRANSACTION_STATS", "format":"JSON", "isWindowed":true } ], "warnings":[] } ] ```
Fixed in https://github.com/confluentinc/ksql/pull/5294.
The
/ksql
endpoint reference documentation for theSHOW TABLES
command does not refer the fieldstype
andisWindowed
.https://docs.ksqldb.io/en/latest/developer-guide/ksqldb-rest-api/ksql-endpoint/