Replies: 1 comment 3 replies
-
The custom event handler is loaded by SPI. Do you create a services file? Like: https://github.com/zhaomin1423/example-custom-event-handler/blob/dev/src/main/resources/META-INF/services/org.apache.kyuubi.events.handler.CustomEventHandlerProvider |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I followed this https://kyuubi.readthedocs.io/en/v1.7.1-rc0/extensions/server/events.html
and also refered to this : https://github.com/zhaomin1423/example-custom-event-handler/blob/dev/pom.xml
I had configure this conf : kyuubi.backend.server.event.loggers=CUSTOM
but It seems doesnt work?
Do I still need to configure class name like custom AUTH???

Beta Was this translation helpful? Give feedback.
All reactions