Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add fusion cache #579

Merged
merged 9 commits into from
Apr 3, 2024
Merged

feat: add fusion cache #579

merged 9 commits into from
Apr 3, 2024

Conversation

arealmaas
Copy link
Collaborator

@arealmaas arealmaas commented Apr 2, 2024

related to #274

  • Legger til FusionCache som erstatning for IDistributedCache med sunne verdier som default settings. Alt av settings kan overstyres i service-kallet.
  • For å lage en ny cache bruker vi named caches. Navn på cache på eksplisitt oppgis.
  • Bruker Redis som backplane

TODO i neste PR: Bind til IConfiguration for å gjøre det konfigurerbart via app configuration

@arealmaas arealmaas requested a review from a team as a code owner April 2, 2024 16:12
Copy link
Collaborator

@elsand elsand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Blir bra dette, virker som vi får mye funksjonalitet for få linjer kode med dette biblioteket 👍

elsand
elsand previously approved these changes Apr 3, 2024
Copy link

sonarqubecloud bot commented Apr 3, 2024

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@arealmaas arealmaas merged commit 973fa5c into main Apr 3, 2024
14 checks passed
@arealmaas arealmaas deleted the feat/add-fusion-cache branch April 3, 2024 15:07
oskogstad added a commit that referenced this pull request Apr 9, 2024
🤖 I have created a release *beep* *boop*
---


##
[1.4.0](v1.3.0...v1.4.0)
(2024-04-09)


### Features

* Split SeenLog from activities
([#598](#598))
([71b77d2](71b77d2))
* *This is a breaking change*, the `Seen` activity type has been
removed, and all activities of this type is removed from the staging
environment.
* Add EU endpoints for seen log
([#607](#607))
([1aa7eeb](1aa7eeb))
  * `/api/v1/enduser/dialogs/{dialogId}/seenlog`
  * `/api/v1/enduser/dialogs/{dialogId}/seenlog/{seenLogId}`
  * `/api/v1/serviceowner/dialogs/{dialogId}/seenlog`
  * `/api/v1/serviceowner/dialogs/{dialogId}/seenlog/{seenLogId}`
* Add ExtendedStatus content type
([#589](#589))
([a9f10b0](a9f10b0))
* add fusion cache
([#579](#579))
([973fa5c](973fa5c))
* **azure:** copy from keyvault to app config
([#593](#593))
([d216c90](d216c90))
* **service:** use in-memory transport instead of rabbitmq
([#602](#602))
([dc339e7](dc339e7))


### Bug Fixes

* Add PartyIdentifier.Separator to party validation error
([#595](#595))
([14ee4a1](14ee4a1))
* **azure:** ensure key vault url is correct and add keyvault readerrole
for migration job
([#597](#597))
([2f11a16](2f11a16))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: Ole Jørgen Skogstad <skogstad@softis.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants