From d80ef2bcd19e67ae0589ecfb8c3bec79055423b6 Mon Sep 17 00:00:00 2001 From: yossipapi Date: Tue, 12 Nov 2024 12:09:55 +0200 Subject: [PATCH 1/2] Support kafka events for schedule events create/update/delete operations --- .../2024_12_12_add_schedule_event_events.php | 17 ++++ ...d_kafka_schedule_event_events.template.xml | 84 +++++++++++++++++++ 2 files changed, 101 insertions(+) create mode 100644 deployment/updates/scripts/2024_12_12_add_schedule_event_events.php create mode 100644 deployment/updates/scripts/xml/notifications/2024_12_12_add_kafka_schedule_event_events.template.xml diff --git a/deployment/updates/scripts/2024_12_12_add_schedule_event_events.php b/deployment/updates/scripts/2024_12_12_add_schedule_event_events.php new file mode 100644 index 00000000000..52e1ba64ac7 --- /dev/null +++ b/deployment/updates/scripts/2024_12_12_add_schedule_event_events.php @@ -0,0 +1,17 @@ + + + + @SERVICE_URL@ + -2 + Stand alone php 1.0.0 + 30 + Stand alone php 1.0.0 + + + -2 + @ADMIN_CONSOLE_PARTNER_ADMIN_SECRET@ + 2 + + + + + + + + {1:result:id} + 1 + + + + + + + + {3:result:id} + 1 + + + + + + + + {5:result:id} + 1 + + + + + From 0ba773b6d6413b0a3abd3f7b3cdfdfe1aaf85f63 Mon Sep 17 00:00:00 2001 From: yossipapi Date: Tue, 12 Nov 2024 15:53:50 +0200 Subject: [PATCH 2/2] Add missing release notes --- release-notes.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/release-notes.md b/release-notes.md index 0474d6dd75f..0a042f640b8 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,4 +1,19 @@ # Ursa-21.3.0 + +## Add kafka event notification for schedule event create/update/delete ## +- Issue Type: Task +- Issue ID: FOUN-1370 + +### Configuration ### + Replace all tokens (SERVICE_URL, ADMIN_CONSOLE_PARTNER_ADMIN_SECRET) from the template XML file below and remove ".template" from the file name: + /opt/kaltura/app/deployment/updates/scripts/xml/notifications/2024_12_12_add_kafka_schedule_event_events.template.xml + + Add the follwing plugin to your plugins.ini file: + ScheduleEventNotifications + +### Deployment scripts ### + php /opt/kaltura/app/deployment/updates/scripts/2024_12_12_add_schedule_event_events.php + ## Enable embed & social stream in EP ## * Issue Type: Task * Issue ID: PLAT-24999