You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The /query endpoint defaults to auto.offset.reset=latest, while the /query-stream endpoint defaults to auto.offset.reset=earliest. This is confusing because the ksqlDB CLI sends queries to the /query endpoint, while the Java client sends queries to the /query-stream endpoint, so the behavior is inconsistent.
We should update the /query-endpoint to default to auto.offset.reset=latest to be consistent with existing behavior for the ksqlDB CLI.
The text was updated successfully, but these errors were encountered:
The /query endpoint defaults to auto.offset.reset=latest, while the /query-stream endpoint defaults to auto.offset.reset=earliest. This is confusing because the ksqlDB CLI sends queries to the /query endpoint, while the Java client sends queries to the /query-stream endpoint, so the behavior is inconsistent.
We should update the /query-endpoint to default to auto.offset.reset=latest to be consistent with existing behavior for the ksqlDB CLI.
The text was updated successfully, but these errors were encountered: