shunki-fujita opened a new issue, #8761: URL: https://github.com/apache/gravitino/issues/8761
### What would you like to be improved? The current implementation of [rewrite_config.py](https://github.com/apache/gravitino/blob/68142fa2c1333e1fcbc4a663ebc94d648a980eb6/dev/docker/iceberg-rest-server/rewrite_config.py) rewrites several environment variables, but it does not rewrite the HTTP port configuration (`GRAVITINO_ICEBERG_REST_HTTP_PORT`). As a result, the configured port in `conf/iceberg-rest.yaml` is not updated when the environment variable is set, making it difficult to change the listening port dynamically. ### How should we improve? `rewrite_config.py` should update the port field in the configuration when `GRAVITINO_ICEBERG_REST_HTTP_PORT` is set. -- 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]
