Skip to content

Akka.Cluster.Tools client settings - setting buffer-size to 0 causes exception #2456

@pjdean

Description

@pjdean

I upgraded cluster tools from 1.1.1 to 1.1.2.30-beta and it appears that disabling the cluster client buffer now throws an exception:
System.ArgumentException: BufferSize must be >= 0 and <= 10000

                # If connection to the receptionist is not established the client will buffer
                # this number of messages and deliver them the connection is established.
                # When the buffer is full old messages will be dropped when new messages are sent
                # via the client. Use 0 to disable buffering, i.e. messages will be dropped
                # immediately if the location of the singleton is unknown.
                # Maximum allowed buffer size is 10000.
                buffer-size = 0

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions