Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Upgrading to Akka 2.6.6 #352

Merged
merged 4 commits into from
Jun 9, 2020
Merged

Upgrading to Akka 2.6.6 #352

merged 4 commits into from
Jun 9, 2020

Conversation

viktorklang
Copy link
Contributor

@viktorklang viktorklang commented Jun 8, 2020

Adding the SBR support as well.

Resolves #297

@viktorklang viktorklang marked this pull request as ready for review June 8, 2020 15:55
Copy link
Member

@pvlugter pvlugter left a comment

Choose a reason for hiding this comment

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

Should we also update ProtobufVersion to 3.11 too?

proxy/core/src/main/resources/cloudstate-common.conf Outdated Show resolved Hide resolved
val AkkaHttpVersion = "10.1.12"
val AkkaManagementVersion = "1.0.5"
val AkkaPersistenceCassandraVersion = "0.102"
val PrometheusClientVersion = "0.6.0"
val ScalaTestVersion = "3.0.5"
val ProtobufVersion = "3.9.0" // We use this version because it is the latest which works with native-image 20.0.0
val ProtobufVersion = "3.11.4" // We use this version because it is the latest which works with native-image 20
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@pvlugter Fixed!

@@ -50,6 +50,9 @@ akka {
cluster {
shutdown-after-unsuccessful-join-seed-nodes = 60s

downing-provider-class = "akka.cluster.sbr.SplitBrainResolverProvider"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@pvlugter Fixed!

@viktorklang viktorklang merged commit eb618fd into master Jun 9, 2020
@viktorklang viktorklang deleted the wip-akka-266-√ branch June 9, 2020 13:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade to akka 2.6.6+ (with shaded protobuf 3.11)
2 participants