MartijnVisser commented on code in PR #68:
URL: 
https://github.com/apache/flink-connector-kafka/pull/68#discussion_r1422422887


##########
pom.xml:
##########
@@ -78,6 +78,13 @@ under the License.
         <log4j.version>2.17.1</log4j.version>
 
         
<flink.parent.artifactId>flink-connector-kafka-parent</flink.parent.artifactId>
+
+        <!-- This property should contain the add-opens/add-exports commands 
required for the tests
+         in the given connector's module to pass.
+         It MUST be a space-separated list not containing any newlines,
+         of entries in the form 
'[-]{2}add-[opens|exports]=<module>/<package>=ALL-UNNAMED'.-->
+        <flink.connector.module.config/>
+        <flink.surefire.baseArgLine>-XX:+UseG1GC -Xms256m 
-XX:+IgnoreUnrecognizedVMOptions 
${flink.connector.module.config}</flink.surefire.baseArgLine>

Review Comment:
   Is there anything that we need to document for end-users, do they need to 
configure anything if they want to use the Flink Kafka connector with JDK17?



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to