RedPillAnalytics / gradle-confluent

Apache License 2.0
22 stars 10 forks source link

Add retry behavior for dropping a query #113

Closed bhanurz closed 3 years ago

bhanurz commented 3 years ago

Issue: when drop query is submitted, in some cases command id is null. This can happen when ksql is busy processsing other commands. Fix: Retry a drop query until a command id is received