knaufk commented on a change in pull request #18917:
URL: https://github.com/apache/flink/pull/18917#discussion_r815476538



##########
File path: docs/content/docs/connectors/datastream/kafka.md
##########
@@ -97,13 +97,14 @@ If only the value of Kafka ```ConsumerRecord``` is needed, 
you can use
 ```DeserializationSchema``` defines how to deserialize binaries of Kafka 
message value.
 
 You can also use a <a 
href="https://kafka.apache.org/24/javadoc/org/apache/kafka/common/serialization/Deserializer.html";>```Kafka
 Deserializer```</a>
-for deserializing Kafka message value. For example using 
```StringDeserializer``` for deserializing
+for deserializing Kafka message value. For example using ```

Review comment:
       Looks like a few characters are missing here. 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to