Skip to content

MB-71375: Bolt Wrappers for File Callbacks#2309

Merged
abhinavdangeti merged 3 commits intomasterfrom
bolt
Apr 15, 2026
Merged

MB-71375: Bolt Wrappers for File Callbacks#2309
abhinavdangeti merged 3 commits intomasterfrom
bolt

Conversation

@Likith101
Copy link
Copy Markdown
Member

  • Wrap bolt.DB, bolt.TX and bolt.Bucket with impls
  • Override all bucket, transaction and key functions currently in use
  • Use a map to track keys and bucket names that require file callback handling
  • Process values internally before returning data outside the wrappers

 - Wrap bolt.DB, bolt.TX and bolt.Bucket with impls
 - Override all bucket, transaction and key functions currently in use
 - Use a map to track keys and bucket names that require file callback handling
 - Process values internally before returning data outside the wrappers
@coveralls
Copy link
Copy Markdown

Coverage Status

coverage: 51.536% (-0.1%) from 51.682% — bolt into master

Copy link
Copy Markdown
Member

@abhinavdangeti abhinavdangeti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks so much better now @Likith101 👍🏼 .
One comment - let's keep the redirect API names the same, change the member attributes to avoid that collision.

Comment thread util/bolt.go
@abhinavdangeti abhinavdangeti added this to the v2.6.0 milestone Apr 10, 2026
Comment thread util/bolt.go
@abhinavdangeti abhinavdangeti merged commit e888734 into master Apr 15, 2026
10 checks passed
@abhinavdangeti abhinavdangeti deleted the bolt branch April 15, 2026 18:50
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.

3 participants