-
Type: Sub-task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
Use Case
readMany async iterator should be used to support reading many messages for one command. This is currently to support the streaming protocol for monitoring. We should be able to read messages until moreToCome is unset.
User Impact
- None
Dependencies
- None
Unknowns
- None
Acceptance Criteria
Implementation Requirements
- Add new method to ModernConnection supporting streaming replies
- Use new streaming method in Monitor
Testing Requirements
- Update sinon tests that will need to spy on new methods
- Ensure new connection buildvariant is running tests with ModernConnection used for Monitoring
Documentation Requirements
- None
Follow Up Requirements
- None