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
#2233 add the event listener system to Gravitino, we need to add Iceberg REST related event to event systems to facility Iceberg REST users to do custom operations.
How should we improve?
No response
The text was updated successfully, but these errors were encountered:
FANNG1
changed the title
[Improvement] add event listener support for IcebergRESTServer
[Improvement] add event listener framework for IcebergRESTServer
Oct 22, 2024
…pache#5002)
### What changes were proposed in this pull request?
1. Integrate Event listener system to Iceberg REST server
2. only dispatch create table event like `CreateIcebergTableEvent`
`CreateIcebergTablePreEvent` `CreateIcebergTableFailureEvent`
### Why are the changes needed?
Fix: apache#4958
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
1. add configuration to add `IcebergEventLogger` in event listener
```
gravitino.eventListener.names = iceberg
gravitino.eventListener.iceberg.class = org.apache.gravitino.iceberg.extension.IcebergEventLogger
```
2. run query will see event logs.
---------
Co-authored-by: Qi Yu <[email protected]>
What would you like to be improved?
#2233 add the event listener system to Gravitino, we need to add Iceberg REST related event to event systems to facility Iceberg REST users to do custom operations.
How should we improve?
No response
The text was updated successfully, but these errors were encountered: