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

feat: Enable subscriber pool for orb.anchor_linkset queue #1557

Merged
merged 1 commit into from
May 5, 2023

Conversation

bstasyszyn
Copy link
Contributor

closes #1556

closes trustbloc#1556

Signed-off-by: Bob Stasyszyn <Bob.Stasyszyn@securekey.com>
@cla-bot cla-bot bot added the cla-signed label May 5, 2023
@codecov
Copy link

codecov bot commented May 5, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.02 ⚠️

Comparison is base (74d769f) 88.23% compared to head (6920ba7) 88.21%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1557      +/-   ##
==========================================
- Coverage   88.23%   88.21%   -0.02%     
==========================================
  Files         226      226              
  Lines       21181    21186       +5     
==========================================
+ Hits        18688    18689       +1     
- Misses       1599     1602       +3     
- Partials      894      895       +1     
Impacted Files Coverage Δ
pkg/anchor/handler/proof/handler.go 90.29% <ø> (ø)
pkg/anchor/vcpubsub/publisher.go 100.00% <ø> (ø)
cmd/orb-server/startcmd/params.go 86.37% <100.00%> (+0.06%) ⬆️
cmd/orb-server/startcmd/start.go 67.52% <100.00%> (ø)
pkg/anchor/vcpubsub/subscriber.go 100.00% <100.00%> (ø)
pkg/anchor/writer/writer.go 88.08% <100.00%> (+0.05%) ⬆️

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@bstasyszyn bstasyszyn merged commit 22f6010 into trustbloc:main May 5, 2023
@bstasyszyn bstasyszyn deleted the 1556 branch May 5, 2023 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Subscriber for orb.anchor_linkset queue should be pooled
2 participants