Hi all,
As of v0.8, Fluss only supports KV snapshot batch scan and limit KV batch scan. The former approach is constrained by snapshot availability and remote storage performance, while the later one is only applicable to queries with LIMIT clause and risks high memory pressure. To address those limitations, Giannis Polyzos and I are writing to propose FIP-17: a general-purpose streaming KV scan for Fluss [1]. Any feedback and suggestions on this proposal are welcome! [1]: https://cwiki.apache.org/confluence/display/FLUSS/FIP-17+Streaming+KV+Scan+RPC Regards, Cheng
