Coder Social home page Coder Social logo

Possible Message Loss about pulsar HOT 3 CLOSED

apache avatar apache commented on August 18, 2024
Possible Message Loss

from pulsar.

Comments (3)

merlimat avatar merlimat commented on August 18, 2024

I wouldn't characterize this as "message loss", since even if the particular message could be stuck, it would not be deleted until a consumer acknowledges it. So, reconnecting the consumer would unblock it.

I'm also not convinced that the condition can actually happen. Based on the code there would need to be these conditions :

  1. Use receiveAsync()
  2. Disable consumer prefetch queue
  3. We receive a message but we don't have a callback waiting for it

I'm not sure how if this can happen given that:

  1. If application used receiveAsync() then we would have a callback waiting
  2. reciveAsync() request cannot be cancelled
  3. When prefetch queue is 0, the consumer would have requested 1 single message from the broker, and timeout would not be allowed

To conclude, we could trigger the re-delivery of the ignored message, though it would be good to understand under which circumstances that condition can happen.

from pulsar.

ivankelly avatar ivankelly commented on August 18, 2024

@sschepens has this happened again?

from pulsar.

ivankelly avatar ivankelly commented on August 18, 2024

Closing due to lack of activity.

from pulsar.

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.