Comment by qaq

Comment by qaq a year ago

9 replies

You certainly do need to rehash it or provide a link to it being solved without constraints on time window, msgs rates and msgs sizes. You also most certainly want to build it and provide it as service because no existing product claims this capability in unbounded case.

lisper a year ago

> solved without constraints on time window, msgs rates and msgs sizes

But that is not what I am claiming.

  • two_handfuls a year ago

    The question was for the general case, so yes that is exactly what you are claiming in this thread.

    Here is the question again: "Well pretty confused. You can't get exactly once delivery using proposed solution in general case because you can not have infinite memory for dedupe."

    • lisper a year ago

      Only a naive implementation requires infinite memory. (And even then it's unbounded, not infinite.)

      • qaq a year ago

        You are going in circles so you claim you do have a solution for general case. It would be interesting to learn about details of such solution beyond it has different constraints compared to naive solution.