Deprecate the HTTP1 query endpoint #7203
Labels
P1
Slightly lower priority to P0 ;)
query-engine
Issues owned by the ksqlDB Query Engine team
tech-debt
As of #4069 we have introduced a new
/stream-query
endpoint that leverages improved mechanics and HTTP2. Maintaining multiple such endpoints is error prone (as evidenced by #7109 and comments on #6944) so we should deprecate and remove the endpoint.The problem is that (1) there are live use cases of that endpoint (e.g. the CLI, pull query-forwarding) and (2) lots of works has been put into optimizing
/query
for pull queries.#6269 for some context on the Java Client
#6970 will also need to be tackled
The text was updated successfully, but these errors were encountered: