Giter Club home page Giter Club logo

Comments (3)

mattbennett avatar mattbennett commented on July 23, 2024

Hi, apologies for the slow reply here.

SQS support is certainly feasible. The way the project has evolved means we've probably made some assumptions that AMQP will be used, but that's not by design and shouldn't remain the case.

Nameko is organised around the notion of "extensions" and the AMQP features are implemented as such. My feeling is that SQS support should be implemented as a parallel set of extensions (so an entrypoint and proxy pair for RPC/synchronous calls and a dispatcher and handler pair for pub-sub/asynchronous messages). Writing these as subclasses of the AMQP ones might allow some amount of code reuse but the existing extensions weren't built with this in mind, so it may not be easy, at least for the time being.

An alternative approach would be to let kombu handle the differences. It is intended to be an abstraction on top of multiple transports and SQS is supported. There are certainly a few places where nameko assumes it's talking to RabbitMQ though, so we'd need to track those down. But as I said above, I think the nicest way would be a new set extensions that reused as much as possible of the AMQP ones (or a base class extracted out of them).

The good news is that SQS support is something that I'm pretty sure I'm going to need soon, so there's likely to be some progress in this direction in the next month or so. I'll keep this issue updated. What are your requirements? RPC, pub-sub, both or something else?

from nameko.

zmrow avatar zmrow commented on July 23, 2024

Any word on this? :) Interested as well.

from nameko.

chris-hailstorm avatar chris-hailstorm commented on July 23, 2024

This is a great idea -- probably needs to be SQS + SNS, however.

SQS doesn't do pub-sub -- there is no exchange or routing concept.

The pub-sub pattern for AWS combines SNS topics and SQS queues.

from nameko.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.