Suggestion - Add Pagination to Table Queries #528
Labels
enhancement
P1
Slightly lower priority to P0 ;)
query-engine
Issues owned by the ksqlDB Query Engine team
The KSQL interface over REST currently returns an HTTP stream of data for a query on a table. This makes it difficult to serve multiple consumers (e.g. same table, multiple dashboards) and page through large KTables. This makes browsing data difficult for large amounts of data. A couple of suggestions:
LIMIT
keyword, but also adding anOFFSET
as the starting marker (e.g. the KTable key)The text was updated successfully, but these errors were encountered: