Hi ,
I Am trying to connect my simple Java App to KSQLDB(version 7.3.0) to do DML operations. I am using Docker from my local windows host to spin up the necessary instances.
Whenever I try to do any Select or Insert operations on my materialized table, the application hangs in the BatchedQueryResult.get() method, but any Create Table or Create Stream works perfectly.
Note:
I enabled SET ‘ksql.query.pull.table.scan.enabled’=‘true’;
Any help will be appreciated.
Thanks
Ram