Skip to content

Commit

Permalink
feat(impl):[#225] Add section about caching to ARC42 documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmf committed Dec 11, 2023
1 parent 1c8a2ce commit 52efb9e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/src/docs/arc42/cross-cutting/under-the-hood.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,14 @@ Whenever a BPN is resolved via BPDM, the partner name is cached on IRS side, as
Whenever a semantic model schema is requested from the Semantic Hub, it is stored locally until the cache is evicted (configurable). The IRS can preload configured schema models on startup to reduce on demand call times.

Additionally, models can be deployed with the system as a backup to the real Semantic Hub service.

=== Discovery Service

The IRS uses the Discovery Finder in order to find the correct EDC Discovery URL for the type BPN.
This URL is cached locally.

When the EDC Discovery is requested to return the EDC connector endpoint URLs for a specific BPN, the results are cached as well.

The time to live for both caches can be configured separately as described in the Administration Guide.

Please find more information on Discovery Service see chapter "System scope and context".

0 comments on commit 52efb9e

Please sign in to comment.