-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Networking & Observability
-
Fully Compatible
-
Networking & Obs 2025-01-20, Egress gRPC 2025-01-31
-
1
GRPC relies on the pinTaskExecCursorConns server parameter being true to guarantee that all getMore/killCursor commands are sent over the same stream as the command that initiated the cursor(s). Ideally this would be implemented at a lower level, but for now we should just always set that parameter to true when we are communicating with mongot using gRPC.