-
Notifications
You must be signed in to change notification settings - Fork 9
EBP-30: Added Howtos to demonstrate how to use the Go PubSub+ API with the PubSub+ cache #16
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
base: main
Are you sure you want to change the base?
Conversation
…h the PubSub+ cache
…h the PubSub+ cache
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.
Pull Request Overview
This PR adds comprehensive how-to examples demonstrating the usage of the Solace PubSub+ Go API with the PubSub+ cache feature. The examples showcase different cache request strategies and response handling patterns to help developers understand cache integration.
- Added a complete how-to guide with examples for all four cache request strategies (AsAvailable, CachedFirst, CachedOnly, LiveCancelsCached)
- Demonstrated both callback-based and channel-based approaches for handling cache responses
- Updated the Go messaging dependency to v1.9.0 to support PubSub+ cache functionality
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 9 comments.
| File | Description |
|---|---|
| howtos/how_to_use_pubsub_cache.go | New comprehensive example file demonstrating PubSub+ cache usage with multiple strategies and response handling patterns |
| go.mod | Updated solace messaging dependency from v1.8.0 to v1.9.0 for cache support |
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
|
@oodigie can we udpate the the API version to |
The goal of this PR is to add sample(s) to demonstrate the use of the Solace PubSub+ Go API with the PubSub+ cache.
Changes:
solace/dev/go/messagingpackage to v1.9.0 which is the expected release version with the PubSub+ cache support.