-
Notifications
You must be signed in to change notification settings - Fork 8
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
docs: update release notes for runtime 1.4.3 #294
Conversation
@@ -28,6 +28,15 @@ xref:java:consuming-producing.adoc#s2s-eventing[Service to service eventing] is | |||
xref:concepts:multi-region.adoc[Request-region primary selection mode]: The primary region changes when another region receives a write request. Upon a write request to an entity in a region that is not the primary it will move its primary. The new primary ensures that all preceding events from the previous primary have been fully replicated and applied (i.e. persisted) before writing the new event, and thereby guarantees strong consistency when switching from one region to another. Subsequent write requests to the primary region of the entity are handled locally without any further coordination. Write requests to other regions will trigger the same switch-over process. All other entity instances operate unimpeded during the switch-over process. | |||
|
|||
**** | |||
* Akka Runtime 1.4.3 | |||
- automatic deduplication of views updates |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can add another item for the deduplication best practices documentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You mean on the section above with the hightlights right? wondered the same about mentioned this deduplication feature there with some more details and then linking to the new "deduplication best practices documentation". could be good. let me update.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See what you think now.
Co-authored-by: Johan Andrén <[email protected]>
Refs https://github.com/lightbend/kalix-runtime/releases/tag/v1.4.3