You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/01/09 09:13:28 UTC

[GitHub] tzulitai commented on a change in pull request #7405: [FLINK-11249] FlinkKafkaProducer011 can not be migrated to FlinkKafkaProducer

tzulitai commented on a change in pull request #7405: [FLINK-11249] FlinkKafkaProducer011 can not be migrated to FlinkKafkaProducer
URL: https://github.com/apache/flink/pull/7405#discussion_r246305549
 
 

 ##########
 File path: flink-connectors/flink-connector-kafka-0.11/src/main/java/org/apache/flink/streaming/connectors/kafka/FlinkKafkaProducer011.java
 ##########
 @@ -172,10 +172,16 @@
 
 	/**
 	 * Descriptor of the transactional IDs list.
+	 * Note: This state is based on the Java serializer and it has compatibility problem that will be removed later.
 
 Review comment:
   Are you sure that the serialization was done by Java?
   
   From my speculation on the `NextTransactionalIdHint`, it should have been serialized by the `KryoSerializer`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services