Git Product home page Git Product logo

Comments (3)

charlessolar avatar charlessolar commented on May 26, 2024

Oh yes absolutely - what this behavior does is send a reply to a client when the message fails for any reason.
This behavior on the domain project https://github.com/volak/Aggregates.NET/blob/master/src/Aggregates.NET.Domain/Internal/CommandAcceptor.cs
is watching for business exceptions specifically - and ignoring them after sending a reply.

ExceptionRejector's purpose is just to send that reply when a message fails completely, because clients sending commands are usually always waiting for Accepted or Rejected replies. In fact this behavior sends the third type - Error.

from aggregates.net.

SzymonPobiega avatar SzymonPobiega commented on May 26, 2024

Well, I would argue that if a message ends up in the error queue that does not mean it failed completely. Something (like ServicePulse) is watching that queue and the operations should retry it in a timely manner. If that happens and the retry succeeds, the command sender will get an accepted response after getting an error. That would be confusing I think because, as a command sender, you can't treat error as an ultimate response.

from aggregates.net.

charlessolar avatar charlessolar commented on May 26, 2024

True - I should probably make that configurable. Personally I don't run with servicepulse and the client receiving an Error response is treated like a HTTP 500 - retry yourself later.
I am going to use the error queue just for debugging failed messages

from aggregates.net.

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.