Skip to content

Commit

Permalink
flush
Browse files Browse the repository at this point in the history
  • Loading branch information
mc-b committed Jan 19, 2020
1 parent 914c791 commit 598db8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/ch/mc_b/iot/kafka/CSVConsumer.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public static void main(String[] args) throws Exception
{
System.out.printf( "offset = %d, value = %s%n", offset, record.value() );
writer.printf( "%s%n", record.value() );
writer.flush();
}
}
}
Expand Down

0 comments on commit 598db8e

Please sign in to comment.