You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
FANNG1
changed the title
[Improvement] add a configuration to extend Iceberg REST server API
[Improvement] support custom APIs for Iceberg REST server
Sep 19, 2024
### What changes were proposed in this pull request?
support Iceberg REST extend API
### Why are the changes needed?
Fix: #4959
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
1. add new operation classes with new URI PATH to
`org.apache.gravitino.iceberg.service.rest2`
2. config `gravitino.iceberg-rest.extension-packages` to
`org.apache.gravitino.iceberg.service.rest2`
3. start Gravitino IcebergRESTServer
4. check new URI is accessable.
What would you like to be improved?
Supporting custom API extensions is crucial for the production enviroments.
How should we improve?
No response
The text was updated successfully, but these errors were encountered: