Github user tzulitai commented on a diff in the pull request:
https://github.com/apache/flink/pull/5173#discussion_r160607315
--- Diff:
flink-connectors/flink-connector-kafka-0.8/src/main/java/org/apache/flink/streaming/connectors/kafka/FlinkKafkaConsumer081.java
---
@@ -27,6 +28,7 @@
* @deprecated Use {@link FlinkKafkaConsumer08}
*/
@Deprecated
+@PublicEvolving
--- End diff --
I don't think this annotation is needed here, since the class is deprecated
already.---
