Skip to content

Commit

Permalink
Merge pull request #58 from seznam/pete/no-sync-commit
Browse files Browse the repository at this point in the history
#! [euphoria-kafka] No sync commit
  • Loading branch information
vanekjar authored Mar 24, 2017
2 parents 849582f + d838bd9 commit 1a02f6c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ public void close() throws IOException {

private void commitIfNeeded() {
if (uncommittedCount > 0) {
c.commitSync();
c.commitAsync();
LOG.debug("Committed {} records.", uncommittedCount);
uncommittedCount = 0;
Expand Down

0 comments on commit 1a02f6c

Please sign in to comment.