-
Notifications
You must be signed in to change notification settings - Fork 3.1k
[extension/storage/redis_storage] Add a new Redis extension to store data in transit #33224
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
[extension/storage/redis_storage] Add a new Redis extension to store data in transit #33224
Conversation
d9c2864 to
0c3284b
Compare
0c3284b to
1c2e4aa
Compare
663993f to
57a8302
Compare
|
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
|
Not stale, waiting for review. |
57a8302 to
d19100b
Compare
70712d9 to
62c87bb
Compare
evan-bradley
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have limited experience with storage extensions, but this looks good to me for a first pass. All of my suggestions are non-blocking.
|
@open-telemetry/collector-contrib-approvers please review |
1a33f73 to
bbc8fc1
Compare
Co-authored-by: Evan Bradley <[email protected]>
Co-authored-by: Evan Bradley <[email protected]>
Co-authored-by: Evan Bradley <[email protected]>
Co-authored-by: Evan Bradley <[email protected]>
Co-authored-by: Curtis Robert <[email protected]>
Co-authored-by: Curtis Robert <[email protected]>
d10733a to
050f2bf
Compare
050f2bf to
34b2b10
Compare
|
@atoulme Anything left to do here, or are we good to merge? |
|
Ready to merge |
|
@andrzej-stencel I merged this to keep things moving since it's a new component, but feel free to offer any follow-up feedback. |
Description:
Add a new extension allowing to store data in transit in a Redis cluster.
Link to tracking Issue:
Fixes #31682
Testing:
Unit tests
Documentation:
README