debezium-server-iceberg
debezium-server-iceberg copied to clipboard
Iceberg Metadata Catalog Config
How to set the catalog implementation? Is there any docs for reference to set the config for supported metadata catalog?
Thanks. Would take a look at it.
@ismailsimsek does it support to use Glue metadata catalog?
@fritzwijaya yes it supports it you just need to configure the catalog with your deployment. please feel free to post it here if you get any issue.
@ismailsimsek could you please share the sample config for set catalog impl?
@fritzwijaya glue catalog config should look like something below. additionally please make sure you have all the libraries and necessary access to glue
debezium.sink.iceberg.catalog-name=my_catalog
debezium.sink.iceberg.catalog-impl=org.apache.iceberg.aws.glue.GlueCatalog
debezium.sink.iceberg.warehouse=s3a://my-bucket/iceberg_warehouse
debezium.sink.iceberg.io-impl=org.apache.iceberg.aws.s3.S3FileIO