This message was deleted.
# general
s
This message was deleted.
t
That sounds bad. Could you open an issue with a sample code?
b
Also, what does the detailed diff look like?
t
I had a look at this and the diff that shows up is
maxStalenessPrefix: 100 => 10
. I believe
maxStalenessPrefix
has no meaning for the strong consistency, so it's just reported as default
100
while we try to set it it
10
. You should change your code to
Copy code
consistency_policy={
        "consistencyLevel": "Strong"
},
c
Thanks @tall-librarian-49374 I'll test that out. Just about to fly back home after a conference. Will update you tomorrow.