Open ghostbuster91 opened 4 years ago
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 :)
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 security