We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b262934 commit 7b387b6Copy full SHA for 7b387b6
‎connector/src/main/java/io/questdb/kafka/QuestDBSinkTask.java
@@ -169,7 +169,7 @@ public void put(Collection<SinkRecord> collection) {
169
if (remainingMs <= 0) {
170
log.debug("Flushing data to QuestDB due to auto_flush_interval timeout");
171
flushAndResetCounters();
172
- } if (allowedLag == 0) {
+ } else if (allowedLag == 0) {
173
log.debug("Flushing data to QuestDB due to zero allowed lag");
174
175
} else {
0 commit comments