We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the userlog service redis keys will not be updated if they do not exist. The problem is with catching an exception from the redis store at line:
ocis/services/userlog/pkg/service/service.go
Line 249 in 4354f5a
The PR micro/plugins#97 introduced the problem because the store.ErrNotFound was replaced with the redis error.
The text was updated successfully, but these errors were encountered:
what is the user impact?
Sorry, something went wrong.
If using an initially empty redis(-sentinal) store, no user will ever receive a notification.
https://github.com/dragonchaser/go-micro-plugins/tree/issue-6251-userlog-not-updating suggested fix, still needs testing
should be fixed in rc.3
No branches or pull requests
In the userlog service redis keys will not be updated if they do not exist. The problem is with catching an exception from the redis store at line:
ocis/services/userlog/pkg/service/service.go
Line 249 in 4354f5a
The PR micro/plugins#97 introduced the problem because the store.ErrNotFound was replaced with the redis error.
The text was updated successfully, but these errors were encountered: