FANNG1 commented on issue #4959:
URL: https://github.com/apache/gravitino/issues/4959#issuecomment-2359884572

   The initial idea is providing a configuration like 
`gravitino.iceberg-rest.extensionPackages`,  and we could add custom packages 
and origin Iceberg REST packages to Jersey, like:
   ```
   String extendedPackages =  xxx
   ResourceConfig resourceConfig = new ResourceConfig();
   resourceConfig.package(xxx,  "org.apache.gravitino.iceberg.service.rest")
   ```
   
   @SinghAsDev  WDYT?


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