{"id":21972038,"url":"https://github.com/icfnext/akamai-purge-replication-event-handler","last_synced_at":"2025-09-14T05:32:29.067Z","repository":{"id":86713281,"uuid":"175881942","full_name":"icfnext/akamai-purge-replication-event-handler","owner":"icfnext","description":"OSGi bundle for Adobe Experience Manager (AEM) providing a replication event handler and Akamai Fast Purge API client to purge content from Akamai when content is replicated.","archived":false,"fork":false,"pushed_at":"2020-02-03T18:24:32.000Z","size":17,"stargazers_count":4,"open_issues_count":3,"forks_count":3,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-03-30T09:31:33.713Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/icfnext.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-15T19:47:50.000Z","updated_at":"2019-09-30T13:02:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"7a084b81-e7bd-48ce-b65f-5c37c442254a","html_url":"https://github.com/icfnext/akamai-purge-replication-event-handler","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icfnext%2Fakamai-purge-replication-event-handler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icfnext%2Fakamai-purge-replication-event-handler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icfnext%2Fakamai-purge-replication-event-handler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icfnext%2Fakamai-purge-replication-event-handler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/icfnext","download_url":"https://codeload.github.com/icfnext/akamai-purge-replication-event-handler/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251311517,"owners_count":21569048,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-29T15:00:58.420Z","updated_at":"2025-04-28T12:22:22.188Z","avatar_url":"https://github.com/icfnext.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Akamai Purge Replication Event Handler\n\n[ICF Next](http://www.icfnext.com)\n\n## Overview\n\nThe Akamai Purge Replication Event Handler is an OSGi bundle for the Adobe Experience Manager (AEM) platform that uses the [Akamai Fast Purge API](https://developer.akamai.com/api/core_features/fast_purge/v3.html) to purge content from Akamai when content is replicated.\n\nThe included event handler listens to replication events for a configurable set of content paths.  When content is activated, deactivated, or deleted, the event handler creates a Sling job that sends a request using the Akamai Fast Purge API to invalidate or delete the externalized page/asset URL.\n\n## Compatibility\n\nBundle Version | AEM Version(s)\n------------ | -------------\n0.x.x | 6.3, 6.4, 6.5\n\n## Installation\n\n1. Add the bundle as a dependency to an existing AEM project:\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.icfolson.aem.akamai\u003c/groupId\u003e\n    \u003cartifactId\u003eakamai-purge-replication-event-handler\u003c/artifactId\u003e\n    \u003cversion\u003e0.0.1\u003c/version\u003e\n    \u003cscope\u003eprovided\u003c/scope\u003e\n\u003c/dependency\u003e\n```\n\n2. Add a [service user mapping](https://helpx.adobe.com/experience-manager/6-4/sites/administering/using/security-service-users.html#ServiceUsersandMappings) for the `akamai-purge-replication-event-handler` bundle.\n\n3. Configure the Akamai services as outlined below.\n\n## Configuration\n\n### Akamai Purge Replication Event Handler Configuration\n\nEnable/disable the Akamai replication event handler and configure which resource paths should be purged.\n\n### Akamai Edge Grid Client Configuration\n\nConfigure the Akamai network, hostname, and credentials (access token, client token, client secret).\n\n## Job Cancellation Event Handlers\n\nIf the Akamai purge request fails, the underlying Sling job will be cancelled and an event will be generated containing the job topic and affected page/asset path.  \n\nApplications using this bundle may register services implementing the `com.icfolson.aem.akamai.purge.job.delegate.AkamaiPurgeJobCancelledEventHandlerDelegate` interface to provide additional error/failure handling behavior (e.g. email notification).  These services will be automatically bound to the default \nAkamai purge job cancellation event handler by the framework.  \n\n## Versioning\n\nFollows [Semantic Versioning](http://semver.org/) guidelines.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficfnext%2Fakamai-purge-replication-event-handler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficfnext%2Fakamai-purge-replication-event-handler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficfnext%2Fakamai-purge-replication-event-handler/lists"}