From 0105a1bce4c20f2389bfd7d6525cbbefd51a0ecc Mon Sep 17 00:00:00 2001 From: Giuseppe Baglio Date: Mon, 11 Dec 2023 18:32:54 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fc828e7..e9360af 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,13 @@ The library listens for AEM replication and resource change events. It then trig **Key Features:** -- **Flexible CDN integrations** - Supports [Akamai](https://www.akamai.com) out-of-the-box. Easily extend for other CDNs via APIs +- **Akamai support built-in** - [Akamai](https://www.akamai.com) Purge API are integrated +- **Flexible CDN integrations** - Easily extend for other CDNs via APIs +- **Extension APIs** - Hooks to personalize behavior - **Automatic invalidation triggering** - Listens for AEM publish events and replication - **Configurable invalidation rules** - Invalidates by URL, tag or code based on configurations - **Background async processing** - Offloads CDN calls to optimize performance - **Logs** - Detailed logging for tracking and alerts integration -- **Akamai support built-in** - Akamai Purge API are integrated -- **Flexible CDN integrations** - Easily extendable for other CDNs via APIs -- **Extension APIs** - Hooks to personalize behavior Project supports Akamai CDN by default and this chapter will show you how to use the built-in support, but you can customize the invalidation behaviour by changing the configurations according to your needs. If you want to use a different content delivery networks provider or modify slightly the default logic, you can define new implementations or extend the code by overriding some of the available hook methods. See paragraph "Implementing a Custom CDN Provider" for more details. @@ -252,4 +251,5 @@ See the [http-https-echo](https://github.com/mendhak/docker-http-https-echo) doc # Planned Enhancements - Junit testing: Improve unit and integration test coverage using JUnit - - CDN Provider Support: Expand built-in support for additional CDN providers \ No newline at end of file + - CDN Provider Support: Expand built-in support for additional CDN providers + - UI dashboard: Add UI to trigger invalidation from author instance \ No newline at end of file