Skip to content
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

[KDB-403] Support async reads & writes in chunks #66

Merged
merged 4 commits into from
Dec 11, 2024

Conversation

shaan1337
Copy link
Member

@shaan1337 shaan1337 commented Nov 5, 2024

Added: Support for async reads & writes in chunks
Removed: Support for sync reads & writes in chunks

Note: this is a breaking change - the server needs to implement async reads/writes to be able to use this change.

Copy link

github-actions bot commented Nov 5, 2024

Qodana for .NET

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Detected 8 dependencies

Third-party software list

This page lists the third-party software dependencies used in EventStore.Plugins

Dependency Version Licenses
JetBrains.Annotations 2023.3.0 MIT
Microsoft.IdentityModel.Abstractions 7.6.0 MIT
Microsoft.IdentityModel.JsonWebTokens 7.6.0 MIT
Microsoft.IdentityModel.Logging 7.6.0 MIT
Microsoft.IdentityModel.Tokens 7.6.0 MIT
System.Diagnostics.DiagnosticSource 8.0.1 MIT
System.Reactive 6.0.1 MIT
YamlDotNet 15.1.4 MIT
Contact Qodana team

Contact us at [email protected]

@shaan1337 shaan1337 changed the title [ESDB-169-13] Add support for async reads & writes. Deprecate support for sync reads & writes. [ESDB-169-13] Support async reads & writes in chunks Nov 5, 2024
@shaan1337 shaan1337 force-pushed the async-chunk-reads-writes branch from d3f7b92 to 4920714 Compare November 6, 2024 07:40
@shaan1337 shaan1337 marked this pull request as ready for review November 6, 2024 07:41
@timothycoleman timothycoleman changed the title [ESDB-169-13] Support async reads & writes in chunks [KDB-403] Support async reads & writes in chunks Nov 26, 2024
@sakno sakno merged commit a1bb489 into master Dec 11, 2024
5 checks passed
@sakno sakno deleted the async-chunk-reads-writes branch December 11, 2024 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants