Github user tzulitai commented on a diff in the pull request:
https://github.com/apache/flink/pull/3314#discussion_r102901299
--- Diff:
flink-connectors/flink-connector-kafka-base/src/test/java/org/apache/flink/streaming/connectors/kafka/KafkaConsumerTestBase.java
---
@@ -1236,10 +1237,11 @@ public Tuple2WithTopicSchema(ExecutionConfig ec) {
}
@Override
- public Tuple3<Integer, Integer, String> deserialize(byte[]
messageKey, byte[] message, String topic, int partition, long offset) throws
IOException {
+ public void deserialize(byte[] messageKey, byte[] message,
String topic, int partition, long offset,
+
Collector<Tuple3<Integer, Integer, String>> collector) throws IOException {
--- End diff --
Same here: the indentation formatting seems off.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---