提交 102537df 编写于 作者: T Tzu-Li (Gordon) Tai

[hotfix] [kafka] Add serialVersionUID to FlinkKafkaProducer010

上级 f7a6df1a
......@@ -41,6 +41,8 @@ import java.util.Properties;
*/
public class FlinkKafkaProducer010<T> extends FlinkKafkaProducer09<T> {
private static final long serialVersionUID = 1L;
/**
* Flag controlling whether we are writing the Flink record's timestamp into Kafka.
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册