-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Connection Layer
Use Case
As a driver engineer
I want understand what the driver should do with the maxMessageSizeBytes hello property
So that our connection layer can be correctly implemented
User Impact
- None when connected to MongoDB servers
Dependencies
- upstream and/or downstream requirements and timelines to bear in mind
Unknowns
- Should a driver set a cap on the size of messages received?
- What does maxMessageSizeBytes represent?
Acceptance Criteria
Implementation Requirements
- Determine the answer to the unknowns above. Introduce an upper limit to the bytes received.
Testing Requirements
- unit test, spec test sync, etc
Documentation Requirements
- DOCSP ticket, API docs, etc
Follow Up Requirements
- additional tickets to file, required releases, etc
- is related to
-
DRIVERS-3043 Drivers should use maxMessageSizeBytes or 48MB to limit the size of an incoming message
- Backlog