jerryshao commented on code in PR #4261:
URL: https://github.com/apache/gravitino/pull/4261#discussion_r1697959715
##########
core/src/main/java/org/apache/gravitino/Configs.java:
##########
@@ -322,4 +323,11 @@ private Configs() {}
.version(ConfigConstants.VERSION_0_5_1)
.intConf()
.createWithDefault(DEFAULT_METRICS_TIME_SLIDING_WINDOW_SECONDS);
+
+ public static final ConfigEntry<Optional<String>>
REST_API_EXTENSION_PACKAGES =
+ new ConfigBuilder("gravitino.extension.restApiPackages")
Review Comment:
How about "gravitino.server.rest.extensionPackages"? Also, can you make this
config `toSequence` so you don't have to split it yourself.
--
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]