-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[pkg/sharedcomponent] new package pkg/sharedcomponent #9151
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9151 +/- ##
=======================================
Coverage 91.41% 91.41%
=======================================
Files 320 320
Lines 17187 17187
=======================================
Hits 15711 15711
Misses 1173 1173
Partials 303 303 ☔ View full report in Codecov by Sentry. |
Before doing this, I would consider better to polish this code and move it to But would like to do a pass on the API (consistency with other APIs that we have) and make sure is well tested and explained. |
Another thing to look for is that we start first request and stop first request, maybe we should do ref-count and only stop after the same number of starts. |
Would it be its own module or part of the component module?
It probably can use some love, I'll take a look as well if that's ok.
Sounds like a good idea to me! |
No.
Please.
Not sure if it is that easy. |
When did that ever stop me :D |
Closing - let's take this one piecemeal, I'll file issues to follow up. |
Description:
Expose the internal package internal/sharedcomponent as pkg/sharedcomponent
Link to tracking Issue:
Fixes #4266
Testing:
N/A
Documentation:
N/A