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 b4510d1 commit af36753Copy full SHA for af36753
connector/src/main/java/io/questdb/kafka/QuestDBSinkTask.java
@@ -224,6 +224,7 @@ private void flushAndResetCounters() {
224
if (sender != null) {
225
sender.flush();
226
}
227
+ context.requestCommit();
228
nextFlushNanos = System.nanoTime() + flushConfig.autoFlushNanos;
229
pendingRows = 0;
230
} catch (LineSenderException | HttpClientException e) {
0 commit comments