Skip to content

Commit

Permalink
[FLINK-2270] [docs] Fix typo in docs (enableMonitoring => enableCheck…
Browse files Browse the repository at this point in the history
…pointing)
  • Loading branch information
uce committed Aug 26, 2015
1 parent 5322e87 commit 5a9daca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apis/streaming_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1597,7 +1597,7 @@ To use fault tolerant Kafka Sources, monitoring of the topology needs to be enab
<div data-lang="java" markdown="1">
{% highlight java %}
final StreamExecutionEnvironment env = StreamExecutionEnvironment.getExecutionEnvironment();
env.enableMonitoring(5000);
env.enableCheckpointing(5000);
{% endhighlight %}
</div>
</div>
Expand Down

0 comments on commit 5a9daca

Please sign in to comment.