I am currently building a ksqlDB instance and I target to deploy it in interactive mode.
I created streams and table to serve windowed aggregations with RocksDB.
I would like to query the cache with REST API calls (i.e. Python wrapper for KSQL Rest API), yet I am not sure if this is the right approach to implement since the number of calls can reach 1K TPS.
Could you please let me know if this is an anti-pattern here, if so what is the best practice?
Thanks.