Skip to content

Commit

Permalink
[hotfix] [docs] Fix kafka doc mistake classname
Browse files Browse the repository at this point in the history
  • Loading branch information
sunjincheng121 committed Jan 14, 2019
1 parent 3903b81 commit 43ec81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/connectors/kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ In the meanwhile, a possible workaround is to send *heartbeat messages* to all c

## Kafka Producer

Flink’s Kafka Producer is called `FlinkKafkaProducer011` (or `010` for Kafka 0.10.0.x versions, etc. or just `FlinkKafkaConsumer` for Kafka >= 1.0.0 versions).
Flink’s Kafka Producer is called `FlinkKafkaProducer011` (or `010` for Kafka 0.10.0.x versions, etc. or just `FlinkKafkaProducer` for Kafka >= 1.0.0 versions).
It allows writing a stream of records to one or more Kafka topics.

Example:
Expand Down

0 comments on commit 43ec81f

Please sign in to comment.