rmoff opened a new pull request, #15212: URL: https://github.com/apache/iceberg/pull/15212
## Background 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. There are several existing issues from the community regarding: https://github.com/apache/iceberg/issues/10745 https://github.com/apache/iceberg/issues/14986 https://github.com/apache/iceberg/issues/12516 ## This PR (replaces #15113) This PR does two things: 1. Includes the Kafka Connect artifact as part of the gradle release command, so it will be published to Maven. 2. updates the release instructions with details of how to send notice of the new release to Confluent Hub team for inclusion on Confluent Hub -- 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]
