-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add Redis Observer #213
Add Redis Observer #213
Conversation
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.
Out of curiosity, why is there a PR just for this? As this is a small change, I would think it could be included in a future PR with a real use case. To have a basis for working on the horizontal scaling feature using multiple PR's in parallel?
Yes, this is required by horizontal scaling configuration. I submitted this PR only with the integration so it's easier to review and see the impact in integration tests. |
Test coverage for d8995aa
Static code analysis report
|
Overview
This PR only adds integration with Redis. No changes are done while integrating it so far.
Rationale
The integration is required by Horizontal scaling configuration.
Juju Events Changes
redis_relation_updated added
Module Changes
Redis observer added
Library Changes
charms.redis_k8s.v0.redis added
Checklist
src-docs
urgent
,trivial
,complex
)Charmhub documentation will be updated when workload changes after integrating with Redis in further PR.