I am working on a java consumer for ksqlDB, that uses PULL and PUSH queries.
Currently, a single push query may be streamed for a maximum of ten minutes at a time, after which the server closes the connection if consumer is idle. Even if there is a change in the streams or tables, we cannot receive these changes because of connection timeout. Is there any way to keep this connection alive continuously?