-
Couldn't load subscription status.
- Fork 26
[MySQL] BinLog Processing Queue backpressure handling #269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 12 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
e5db119
Removed zongji type mappings which are now provided by the Zongji pac…
Rentacookie d03360e
Moved most of the binlog event handling logic to a separate BinlogLis…
Rentacookie 924ecd8
Updated the BinLogStream to use the new BinLogListener
Rentacookie 404dcde
Renamed BinlogListener to BinLogListener
Rentacookie b1b8c30
Added changeset
Rentacookie 16c1235
Merge branch 'main' into mysql-binlog-backpressure-handling
Rentacookie 126f9b3
Simplified BinLogListener stopping mechanism
Rentacookie a03260f
Corrected BinLogListener name.
Rentacookie e147318
Supply port for binlog listener connections.
Rentacookie 999a8dc
Only set up binlog heartbeat once the listener is fully started up.
Rentacookie 782b43c
Merge branch 'main' into mysql-binlog-backpressure-handling
Rentacookie 07201e8
Updated changeset
Rentacookie 079a2f5
Changed binlog backpressure mechanism to be based on processing queue…
Rentacookie 59afb33
Merge branch 'main' into mysql-binlog-backpressure-handling
Rentacookie 286ba16
Changed binlog backpressure mechanism to be based on processing queue…
Rentacookie cce00b9
Fix: Use port for mysql pool creation
Rentacookie File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| --- | ||
| '@powersync/service-module-mysql': minor | ||
| --- | ||
|
|
||
| Added a configurable limit for the MySQL binlog processing queue to limit memory usage. | ||
| Removed MySQL Zongji type definitions, they are now instead imported from the `@powersync/mysql-zongji` package. | ||
| Now passing in port for the Zongji connection, so that it can be used with MySQL servers that are not running on the default port 3306. |
This file contains hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.