rmoff opened a new pull request, #15113: URL: https://github.com/apache/iceberg/pull/15113
There is currently no prebuilt Iceberg connector for Kafka Connect provided with Iceberg. This can make it more difficult than necessary for users who just want to build pipelines, not run `gradle` :) [Confluent Marketplace](https://www.confluent.io/hub/) (previously "Confluent Hub") is a long-established platform for the distribution of connectors for Kafka Connect, both open-source and proprietary. At the moment the 1.9.2 version of the connector has been uploaded to the [site](https://www.confluent.io/hub/iceberg/iceberg-kafka-connect) by Confluent staff as an ad-hoc process. This PR adds a script to build and package the Iceberg connector for Kafka Connect into the [required format](https://docs.confluent.io/platform/current/connect/confluent-hub/component-archive.html) for [submission](https://docs.confluent.io/platform/current/connect/confluent-hub/contributing.html#submit-a-component) to Confluent for inclusion on the Marketplace. My suggestion would be that as part of the Iceberg release process, release managers use this script and [submit the generated archive](https://docs.confluent.io/platform/current/connect/confluent-hub/contributing.html#submit-a-component) to Confluent ([email protected]). Confluent can then verify the authenticity of the submission by checking the detached GPG signature against the Iceberg `KEYS` file hosted on apache.org. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
