FANNG1 commented on code in PR #4273:
URL: https://github.com/apache/gravitino/pull/4273#discussion_r1714961952


##########
docs/iceberg-rest-service.md:
##########
@@ -147,6 +147,51 @@ If you have a JDBC Iceberg catalog prior, you must set 
`catalog-backend-name` to
 You must download the corresponding JDBC driver to the 
`iceberg-rest-server/libs` directory.
 :::
 
+#### Multi catalog support
+
+The Gravitino Iceberg REST server supports multiple catalogs and offers a 
configuration-based catalog management system.
+
+| Configuration item                           | Description                   
                                                                                
   | Default value               | Required | Since Version |
+|----------------------------------------------|------------------------------------------------------------------------------------------------------------------|-----------------------------|----------|---------------|
+| `gravitino.iceberg-rest.catalog-provider`    | The implementation of 
IcebergTableOpsProvider defines how the Iceberg REST catalog server gets 
Iceberg catalogs. | `config-based-provider`     | No       | 0.7.0         |
+
+When using a config-based catalog provider, you can configure the default 
catalog with gravitino.iceberg-rest.catalog.<param name>=<value>. For specific 
catalogs, use the format gravitino.iceberg-rest.catalog.<catalog name>.<param 
name>=<value>.

Review Comment:
   use ` for special names, like   `gravitino.iceberg-rest.catalog.<param 
name>=<value>`,  `gravitino.iceberg-rest.catalog.<catalog name>.<param 
name>=<value>`, `prefix`, `hive_backend` `jdbc_backend`



-- 
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]

Reply via email to