luocooong commented on a change in pull request #2456:
URL: https://github.com/apache/drill/pull/2456#discussion_r806362857
##########
File path:
contrib/storage-kafka/src/main/java/org/apache/drill/exec/store/kafka/KafkaGroupScan.java
##########
@@ -227,6 +229,33 @@ private void init() {
}
}
+
+ /** Workaround for Kafka > 2.0 version due to <a
href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-505%3A+Add+new+public+method+to+only+update+assignment+metadata+in+consumer">KIP-505</a>.
Review comment:
@rymarm Thanks for the question.
In general, we can record any information of limitations into the README.md
of plugins, such as `contrib/format-xml/README.md`. Then, we can keep the
comment as brief as possible, and here we focus on providing an alternative
function. So the KIP-505 keyword is enough.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]