push a query on a materialized table runs forever

14 views
Skip to first unread message

Baliram Maurya

unread,
Jun 15, 2023, 10:12:42 AM6/15/23
to ksqldb-users
Hi There, I am running a push a query on a materialized table to get all the records and it's running forever.  Here is source code.  

String pullQuerySql = "select * from cn2_materialized where fromtype='cn';";        
 try {          
   return client.executeQuery(pullQuerySql).get();         }
 catch (ExecutionException | InterruptedException e) 
    {             throw new RuntimeException("Failed to get latest readings", e);  
       }
Reply all
Reply to author
Forward
0 new messages