Sergio Peña
Sergio Peña
Go head @gunishmatta, take it. We'll assign a priority soon, but you're welcome to start working on this.
The change looks good. +1
Thanks @uurl It looks good, but I missed a test we need to add. It's in ksqldb-functional-tests/src/test/resources/query-validation-tests/array.json It has a test for `queries sorted` that uses ENTRIES in all supported...
@uurl Jenkins is failing, could you rebase your branch from master?
@agavra The user does not have a way to set those internal timeouts. All internal closing methods have hard-coded values. The implication with a high value is the user may...
@rodesai Isn't the current close() called in a background thread already? I looked at the `QueryStreamWriter`. If the client terminates the connection (stopped the transient query), then the writer will...
@guozhangwang It needs more discussion I think. The PR does what it is expected, but it can take long to close if the timeout is large. Currently, ksql closes a...