-
Notifications
You must be signed in to change notification settings - Fork 124
Bug/srivastavasujay/issue#677 #685
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
Bug/srivastavasujay/issue#677 #685
Conversation
Signed-off-by: srivastavasujay <[email protected]>
… interface Signed-off-by: srivastavasujay <[email protected]>
Thank you, @srivastavasujay! 👍 |
Thank you for this, @srivastavasujay 👏 |
@srivastavasujay, I wonder if you can assist in getting the two failing ❌ build checks (which are not necessarily related to your code changes) rectified and our builds here passing. ✅ What do you say? 😁 |
Here's are the issues you can try @srivastavasujay (regarding what @leecalcote mentioned above) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue is being automatically closed due to inactivity. However, you may choose to reopen this issue. |
Description
This PR fixes #677
broker/nats/nats.go
Removed deprecated nats.EncodedConn and related methods:
Replaced nats.EncodedConn with nats.Conn.
Removed nats.NewEncodedConn and handled message encoding manually using encoding/json.
Updated methods to use nats.Conn for publishing and subscribing messages.Fix Subscribe method signature in Nats struct to match broker.Handler interface
models/meshmodel/core/policies/rego_policy_relationship.go:
Updated OPA packages to use v1 versions:
models/oci/oci.go
Replaced deprecated oras.PackManifestVersion1_1_RC4
Notes for Reviewers
Signed commits