danielcweeks commented on code in PR #8701: URL: https://github.com/apache/iceberg/pull/8701#discussion_r1344609437
########## settings.gradle: ########## @@ -200,3 +202,6 @@ if (JavaVersion.current() == JavaVersion.VERSION_1_8) { } } +include ":iceberg-kafka-connect:kafka-connect-events" Review Comment: Spark/Flink/Hive require that we support multiple versions. Is the KC api stable enough that we don't have to worry about supporting different major/minor versions? I see the `3.x` line goes back to 2021, but there are six minor releases. Just wondering if we should structure the project with versioning in mind from the start. -- 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...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org