Giter Club home page Giter Club logo

cloudenvoy's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

cloudenvoy's Issues

Subscriber parsing issue

Our application is running into an issue with the way topics are used to look up the class name to process a subscribed event. It seems that cloudenvoy is expect that a topic would always have a topic like example-topic but in the case of our application we are using the name convention dev1.product_subscriber.shopify.product.update. So when the URI is parsed to find the class name, we're looking for Product as it splits on the . from the full topic and takes the last 2. I would suggest looking at using the first 2. I'm still getting up to speed with the deeper details of the gem but am unsure if the last part is used at all. Happy to provide a PR with this change as I've patched it for our use case but wanted to start a discussion.

wrong number of arguments (given 1, expected 0) (ArgumentError)

Hi, after update rails 6 to rails 7 (with ruby 3.0.2), the hash arguments was deprecated and therefore throw an ArgumentError, can fix the arguments as a Hash and use double splat operator or simply every value without braces

versions/3.0.2/lib/ruby/gems/3.0.0/gems/cloudenvoy-0.4.2/lib/cloudenvoy/backend/google_pub_sub.rb:35

Message deduplication within time window

Allow duplicated messages to be ignored by subscribers within a certain time window.

Notes:

  • Allow subscribers to define a checksum method for deduplication purpose. Default to using payload + metadata
  • Allow subscribers to define a time window within which identical messages should be ignored
  • This middleware requires Redis (setnx)

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.