vanus-labs / vanus

Vanus is a Serverless, event streaming system with processing capabilities. It easily connects SaaS, Cloud Services, and Databases to help users build next-gen Event-driven Applications.
https://vanus.ai
Apache License 2.0
2.29k stars 113 forks source link

fix(client): eventlog routing failed #631

Closed hwjiangkai closed 1 year ago

hwjiangkai commented 1 year ago

What problem does this PR solve?

eventlog routing failed due to policy cache

Issue Number: close #xxx

Problem Summary

What is changed and how does it work?

Check List

Tests

codecov[bot] commented 1 year ago

Codecov Report

Merging #631 (5c1e26d) into main (ee76217) will decrease coverage by 3.16%. Report is 93 commits behind head on main. The diff coverage is 43.94%.

:exclamation: Current head 5c1e26d differs from pull request most recent head 815f171. Consider uploading reports for the commit 815f171 to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #631      +/-   ##
==========================================
- Coverage   57.07%   53.91%   -3.16%     
==========================================
  Files         190      225      +35     
  Lines       15191    18163    +2972     
==========================================
+ Hits         8670     9793    +1123     
- Misses       5884     7577    +1693     
- Partials      637      793     +156     
Files Changed Coverage
internal/controller/trigger/storage/storage.go ø
internal/controller/trigger/subscription/offset.go ø
...l/controller/trigger/subscription/offset/offset.go ø
...al/controller/trigger/subscription/subscription.go ø
...rnal/controller/trigger/validation/subscription.go ø
internal/controller/trigger/worker/manager.go ø
internal/controller/trigger/worker/policy.go ø
internal/controller/trigger/worker/scheduler.go ø
internal/controller/trigger/worker/worker.go ø
internal/gateway/config.go ø
... and 63 more

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3e586bf...815f171. Read the comment docs.