-
Notifications
You must be signed in to change notification settings - Fork 598
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
Is it worth adding an adaptor to make SocketCluster client work with PubSub? #703
Comments
Definitely 👍 I'll try to play with this soon, probably after getting us on v1 of PubSub (#699). |
@callmehiphop did some playing around with this and got further than I did. Do you have any examples of what the integration looks like or questions, issues, etc? |
I haven't played with it for too long, but integration doesn't look to be very difficult. Socketcluster emits events allowing you subscribe, unsubscribe and publish respectively. My questions mostly revolve around PubSub because of my lack of familiarity with it -- I'm not sure if I should be creating topics/subscriptions or if those should have been created previously via dev console, etc. Here is a (bad) example of how you would integrate a backend service with Socketcluster. |
@tmatsuo - can you help explain the basics of integrating with this library? (See @callmehiphop's questions above) |
Ping @tmatsuo. Is this an integration worth making? |
Sorry I missed the comment above somehow. Honestly I'm not sure about your question without knowing sockercluster more. |
@lukesneeringer This issue dates back a couple of years, when we were trying to find ways to show integrations with what we were building and other libraries that already existed in the same space. Things have changed since then, with cloud.google.com now showing integrations via tutorials and QuickStarts. Should we look at this request in a modern light and consider including integrations as part of in-repo samples? Leave it to the docs writers to mention in cloud.google.com documentation? Drop the idea of integrations altogether? |
Please re-open if there's more to do here. |
#703) * build(node): add feat in node post-processor to add client library version number in snippet metadata Co-authored-by: Benjamin E. Coe <bencoe@google.com> Source-Link: googleapis/synthtool@d337b88 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:d106724ad2a96daa1b8d88de101ba50bdb30b8df62ffa0aa2b451d93b4556641
#703) * build(node): add feat in node post-processor to add client library version number in snippet metadata Co-authored-by: Benjamin E. Coe <bencoe@google.com> Source-Link: googleapis/synthtool@d337b88 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:d106724ad2a96daa1b8d88de101ba50bdb30b8df62ffa0aa2b451d93b4556641
#703) * build(node): add feat in node post-processor to add client library version number in snippet metadata Co-authored-by: Benjamin E. Coe <bencoe@google.com> Source-Link: googleapis/synthtool@d337b88 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:d106724ad2a96daa1b8d88de101ba50bdb30b8df62ffa0aa2b451d93b4556641
* chore(main): release 3.1.3 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Docs: http://socketcluster.io/#!/docs/middleware-and-authorization
The text was updated successfully, but these errors were encountered: