Skip to content

Commit

Permalink
fixup! [hotfix][kafka][docs] Add warning regarding data losses when w…
Browse files Browse the repository at this point in the history
…riting to Kafka
  • Loading branch information
pnowojski committed Sep 6, 2017
1 parent 264d7f1 commit f19ca31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dev/connectors/kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -481,8 +481,8 @@ Before 0.9 Kafka did not provide any mechanisms to guarantee at-least-once or ex

#### Kafka 0.9 and 0.10

With Flink's checkpointing enabled, the `FlinkKafkaProducer010` can provide
at-least-once delivery guarantees.
With Flink's checkpointing enabled, the `FlinkKafkaProducer09` and `FlinkKafkaProducer010`
can provide at-least-once delivery guarantees.

Besides enabling Flink's checkpointing, you should also configure the setter
methods `setLogFailuresOnly(boolean)` and `setFlushOnCheckpoint(boolean)` appropriately,
Expand Down

0 comments on commit f19ca31

Please sign in to comment.