Alon
Alon
**Describe the bug** Running ksql with "--query-timeout" seems to have no effect for values over 60000 as queries are being terminated after 60s at most. **To Reproduce** ksql --query-timeout 90000...
https://docs.ksqldb.io/en/latest/concepts/materialized-views/#materialized-views > Non-materialized tables can't be queried, because they would be highly inefficient. On the other hand, if a table is derived from another collection, ksqlDB materializes its results, and...
Is there a way to use the Kafka Streams configuration `rocksdb.config.setter` within **ksqlDB** to tune RocksDB's disk usage as described in: - https://www.confluent.io/blog/how-to-tune-rocksdb-kafka-streams-state-stores-performance/#high-disk-usage - https://www.confluent.io/blog/how-to-tune-rocksdb-kafka-streams-state-stores-performance/#write-stalls - https://www.confluent.io/blog/how-to-tune-rocksdb-kafka-streams-state-stores-performance/#open-files
**Describe the bug** When issuing an EXPLAIN command, the description of how to run DESCRIBE on a source or a sink has a wrong syntax. **To Reproduce** [ksqldb v0.26.0] explain...
In: [compression.type](https://docs.ksqldb.io/en/latest/reference/server-configuration/#compressiontype) and [ksql.streams.producer.compression.type](https://docs.ksqldb.io/en/latest/reference/server-configuration/#ksqlstreamsproducercompressiontype) it says: _"The default is snappy"_ but the default seems to be 'none' (unless explicitly set in server configuration file or set for the session).