Skip to content

Commit

Permalink
[hotfix][docs] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sv3ndk committed Feb 8, 2021
1 parent 00bbd1a commit 4862e10
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 @@ -433,7 +433,7 @@ The Flink Kafka Producer needs to know how to turn Java/Scala objects into binar
The `KafkaSerializationSchema` allows users to specify such a schema.
The `ProducerRecord<byte[], byte[]> serialize(T element, @Nullable Long timestamp)` method gets called for each record, generating a `ProducerRecord` that is written to Kafka.

The gives users fine-grained control over how data is written out to Kafka.
This gives users fine-grained control over how data is written out to Kafka.
Through the producer record you can:
* Set header values
* Define keys for each record
Expand Down

0 comments on commit 4862e10

Please sign in to comment.