Coder Social home page Coder Social logo

Comments (4)

satabin avatar satabin commented on July 3, 2024

Yes, it does not load all events in a range at once because it could blow up the memory.
However it should act as a pagination mechanism and if this page is empty, then try the next one and so on until the upper limit.

If it does not try the next page then it is a bug.

from akka-persistence-redis.

sidsethupathi avatar sidsethupathi commented on July 3, 2024

Yes, I don't think it tries the next page if the current page is empty. I will do some more investigating to confirm.

from akka-persistence-redis.

sidsethupathi avatar sidsethupathi commented on July 3, 2024

It looks like this is a bug.

If you add akka-persistence-redis.read-journal.max = 1 to

val config = """
akka.loglevel = INFO
akka.persistence.journal.plugin = "akka-persistence-redis.journal"
akka.test.single-expect-default = 10s
"""

you can reproduce this issue.

from akka-persistence-redis.

satabin avatar satabin commented on July 3, 2024

I believe this is now fixed. I published a new snapshot version with the fix. I you can confirm it, I will release version 0.3.0 by the end of the week.

from akka-persistence-redis.

Related Issues (19)

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.