bryanck opened a new pull request, #8701: URL: https://github.com/apache/iceberg/pull/8701
We (Tabular) would like to submit our Iceberg Kafka Connect sink connector to the Iceberg project. Kafka Connect is a popular, efficient, and easy to use framework for reading from and writing to Kafka. This sink gives Iceberg users another option for landing data from Kafka into Iceberg tables. Having the backing of the Iceberg community will help it evolve and improve over time. The sink codebase is on the larger side, so the thought was to break the submission into different PRs to make it easier to review. This initial PR includes the starting build setup and the project for the Avro event data structures. The original repo can be found at https://github.com/tabular-io/iceberg-kafka-connect. Some design docs can be found in the `docs` directory, and that includes an explanation of what the events are used for, and why Avro was chosen for serialization. The events were put in a separate project so the library can be used independently to read messages from the control topic outside of the connector, for debugging or notification purposes. -- 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