sjwiesman commented on a change in pull request #218:
URL: https://github.com/apache/flink-statefun/pull/218#discussion_r600616433



##########
File path: 
statefun-flink/statefun-flink-io-bundle/src/main/java/org/apache/flink/statefun/flink/io/kafka/RoutableProtobufKafkaIngressDeserializer.java
##########
@@ -58,4 +60,17 @@ public Message deserialize(ConsumerRecord<byte[], byte[]> 
input) {
         .setPayloadBytes(MoreByteStrings.wrap(payload))
         .build();
   }
+
+  private byte[] requireNonNullKey(byte[] key) {

Review comment:
       Do we also need this check for Kinesis? 




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to