-
Notifications
You must be signed in to change notification settings - Fork 84
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
Write message in transaction #1479
Conversation
…to write-message-in-transaction
github.com/ydb-platform/ydb-go-sdk/v3/topicincompatible changesClient.StartTransactionalWriter: added github.com/ydb-platform/ydb-go-sdk/v3/topic/topicwriterincompatible changesNewWriter: changed from func(*github.com/ydb-platform/ydb-go-sdk/v3/internal/topic/topicwriterinternal.Writer) *Writer to func(*github.com/ydb-platform/ydb-go-sdk/v3/internal/topic/topicwriterinternal.WriterReconnector) *Writer compatible changesNewTxWriterInternal: added github.com/ydb-platform/ydb-go-sdk/v3/traceincompatible changesTopicWriterResultMessagesInfoAcks.GetAcks: changed from func() struct{AcksCount int; SeqNoMin int64; SeqNoMax int64; WrittenOffsetMin int64; WrittenOffsetMax int64; WrittenCount int; SkipCount int} to func() struct{AcksCount int; SeqNoMin int64; SeqNoMax int64; WrittenOffsetMin int64; WrittenOffsetMax int64; WrittenCount int; WrittenInTxCount int; SkipCount int} compatible changesTopic.OnWriterAfterFinishTransaction: added summaryBase version: v3.80.11-0.20240920171941-daf61dd6ea97 (master) |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1479 +/- ##
==========================================
- Coverage 67.92% 66.85% -1.08%
==========================================
Files 352 353 +1
Lines 36482 36613 +131
==========================================
- Hits 24779 24476 -303
- Misses 10616 11054 +438
+ Partials 1087 1083 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
🌋 Here are results of SLO test for Native ydb-go-sdk/v3 over table-service: |
🌋 Here are results of SLO test for Native ydb-go-sdk/v3 over query-service: |
🌋 Here are results of SLO test for Go SDK gorm: |
🌋 Here are results of SLO test for Go SDK xorm: |
🌋 Here are results of SLO test for Go SDK database/sql: |
Pull request type
Please check the type of change your PR introduces:
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Other information