-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When streaming envelopes, send them in batches rather than one-by-one. We use a different batching strategy based on whether the subscription is originator/topic/global. #255 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Release Notes - **New Features** - Introduced batch processing for envelope sending, improving performance. - Enhanced listener and subscription mechanisms with better error handling and logging. - Added new methods to various envelope structs for improved topic management. - **Bug Fixes** - Improved handling of invalid topics and ensured proper cursor management. - **Tests** - Updated test cases to utilize new topic variables for consistency and readability. - Added a new utility function for creating originator envelopes with specified topics. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
- Loading branch information
1 parent
05f9191
commit 51cbe4f
Showing
9 changed files
with
151 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.