Giter VIP home page Giter VIP logo

Comments (4)

TiddoLangerak avatar TiddoLangerak commented on July 18, 2024

Also more than happy to submit a PR for whichever solution we're happy with.

from redis-smq.

weyoss avatar weyoss commented on July 18, 2024

@TiddoLangerak Thank you for opening this issue.

As far as I understand, consuming parameters can only be configured on the producer side.

I want to clarify that is not the case. The Producer does not handle or accept in anyway consuming parameters. It does not even know about their existence. Properties like (consumeTimeout, retryDelay, ttl, retryThreshold) are called "Consuming parameters" and are message properties. They can not be configured neither on the Producer side nor on the Consumer side.

These properties can be set at the Message level for a given Message instance and are handled by RedisSMQ at the Consumer side. By the way, the link you provided points out to Message API reference.

from redis-smq.

TiddoLangerak avatar TiddoLangerak commented on July 18, 2024

I'm sorry if I didn't explain myself properly. With "Consumer side" and "Producer side" I mean the nodes (workers/clients/applications), not the redis-smq classes.

I.e. this is the situation:

The Producer Node creates a message and calls a producer instance to send it.
The Consumer Node consumes the message using a consumer instance.

Since the Producer Node creates the message, it is also in full control over the retry/timeout parameters, and therefore controls resources of the Consumer Node.

As far as I can tell, there's no way for the Consumer Node to control retry/timeout behaviour, as the message is created by the Producer Node, and there's no mechanism for the Consumer Node to set/override these parameters. Hence, my proposals.

I hope that this clears it up?

from redis-smq.

TiddoLangerak avatar TiddoLangerak commented on July 18, 2024

Hi @weyoss - could you please still consider the above?

from redis-smq.

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.