Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe Baglio committed Dec 11, 2023
1 parent 2ef165c commit 0105a1b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
- CDN Provider Support: Expand built-in support for additional CDN providers
- UI dashboard: Add UI to trigger invalidation from author instance

0 comments on commit 0105a1b

Please sign in to comment.