gardenia opened a new pull request, #9365: URL: https://github.com/apache/ozone/pull/9365
Please describe your PR in detail: * Add the plugin framework for dynamically configurable EventListener plugin * an event listener plugin will implement the interface OMEventListener * plugins can be loaded/configured dynamically similarly to ranger plugins, e.g.: ozone.om.plugin.destination.kafka=true ozone.om.plugin.destination.kafka.classname=org.apache.hadoop.ozone.om.eventlistener.OMEventListenerKafkaPublisher ozone.notify.kafka.topic=test123 ozone.notify.kafka.bootstrap.servers=kafka-3:29092,kafka-1:29092,kafka-2:29092 NOTE: this change does not provide any concrete plugin implementation ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-14005 ## How was this patch tested? unit tests -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
