rmoff commented on code in PR #15212: URL: https://github.com/apache/iceberg/pull/15212#discussion_r2781702783
########## site/docs/how-to-release.md: ########## @@ -297,6 +302,25 @@ Java artifacts are available from Maven Central. Thanks to everyone for contributing! ``` +#### Confluent Marketplace Submission + +After the release is published to Maven Central, the Kafka Connect runtime distribution +can be [submitted to](https://docs.confluent.io/platform/current/connect/confluent-hub/contributing.html) +[Confluent Marketplace](https://www.confluent.io/hub/) for broader distribution. + +To submit to Confluent Hub: + +1. [Contact the Confluent Hub team](mailto:[email protected]) with the Maven Central URL for the distribution zip: + + ``` + https://repo1.maven.org/maven2/org/apache/iceberg/iceberg-kafka-connect-runtime/<VERSION>/iceberg-kafka-connect-runtime-<VERSION>.zip + ``` + +2. Confluent will publish to the Marketplace + +!!! Note + This step is optional and can be performed by any PMC member after the release is finalized. Review Comment: I was erring on the side of caution :) I wasn't sure how the project would feel about it not being optional. I can word it differently if you'd like? -- 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]
