EventStoreDB-Client-Java icon indicating copy to clipboard operation
EventStoreDB-Client-Java copied to clipboard

Documention of gossipTimeout is wrong

Open antonmos opened this issue 5 months ago • 1 comments

🐛 Current behavior

https://docs.kurrent.io/clients/grpc/getting-started.html#connection-string states

gossipTimeout | Number | 5 | Gossip timeout in seconds, when the gossip call times out, it will be retried.

but this usage is in milliseconds.

and this code says it's 3000

also, this comment is wrong about the default value

🔍 Steps to reproduce

see above

Reproducible link

see above

💭 Expected behavior

see above

Package version

latest

KurrentDB Version

na

Connection string

na

☁️ Deployment Environment

Single-node (Docker)

Other Deployment Details

No response

Operating system

No response

Code of Conduct

  • [x] I agree to follow this project's Code of Conduct

antonmos avatar Jul 24 '25 15:07 antonmos