You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
My setup:
evenstoreJVM client 7.2.0
evenstore custom version build from master from commit: 88363a1a00e022f87133e7da9c07a81c80453022 which is basically 20.6.0 with some fixes around cluster security
As far as I can tell, nothing has changed in the jvm client with respect to PersistentSubscriptionOperation or SubscriptionOperation - Tests for es20.6.x pass on CI, so that is a bit odd.
Turns out the error is misleading, on the server the logs say that:
Nov 25 11:19:23 ip-172-22-1-39 bash[8313]: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. (Parameter 'ReadBatchSize may not be greater than or equal to BufferSize')
So this is a client configuration issue. The message might probably be better, though :)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I am trying to migrate from evenstore 5 to 20, unfortunately code which used to work previously doesn't work any longer.
Logs:
My setup:
evenstoreJVM client 7.2.0
evenstore custom version build from master from commit:
88363a1a00e022f87133e7da9c07a81c80453022
which is basically 20.6.0 with some fixes around cluster securityThe text was updated successfully, but these errors were encountered: