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

Expand Remote and Cluster options #366

Merged

Conversation

Arkatufus
Copy link
Contributor

Fixes #361

Changes

  • Add TransportFailureDetector property to RemoteOptions
  • Add WatchFailureDetector property to RemoteOptions
  • Add SendBufferSize property to RemoteOptions
  • Add ReceiveBufferSize property to RemoteOptions
  • Add MaxFrameSize property to RemoteOptions
  • Add FailureDetector property to ClusterOptions

Copy link
Member

@Aaronontheweb Aaronontheweb left a comment

Choose a reason for hiding this comment

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

LGTM

@Aaronontheweb Aaronontheweb enabled auto-merge (squash) August 30, 2023 19:56
@Aaronontheweb Aaronontheweb merged commit 6fd3472 into akkadotnet:dev Aug 30, 2023
2 checks passed
@stevemesser
Copy link

The FailureDetector property added to ClusterOptions only allows for one of the two options

@Aaronontheweb
Copy link
Member

The FailureDetector property added to ClusterOptions only allows for one of the two options

There's only one FailureDetector used in Akka.Cluster - it's Akka.Remote that has two different ones (one for transport, one for failure detector.)

@stevemesser
Copy link

I guess I am not understanding the relationship between the HOCON and where the failure detector is. In the HOCON shown it appears to me that the failure detector is part of cluster configuration but it seems you are saying its part of remoting.

Failure to Launch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Please add failure-detector to the fluent API
3 participants