aws / aws-dax-go

AWS DAX SDK for the Go programming language. https://aws.amazon.com/dynamodb/dax
Apache License 2.0
47 stars 48 forks source link

Document configuration options #47

Open miparnisari opened 1 year ago

miparnisari commented 1 year ago

Can you please add comments to each Configuration parameter explaining what it does and what are the recommended values?

https://github.com/aws/aws-dax-go/blob/264dfde337bc592b0ada5a8c587f14f610cd922a/dax/internal/client/cluster.go#L59-L75

For example, MaxPendingConnectionsPerHost is renamed to maxConcurrentConnAttempts here, and the default is 10. What are the consequences if we increase this to 10000? Etc...