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
Until the partition key is discovered, requests are routed without optimization. Once discovered, requests for the same partition key are pinned to the same coordinator node.
316
+
302
317
#### Pre-Configuring Partition Keys with WithPkInfo
303
318
304
319
If you don't want to wait till driver automatically discovers partition key you can use `WithPkInfo` to pre-configure the
0 commit comments