Coder Social home page Coder Social logo

akka.persistence.servicefabric's People

Contributors

anderssahlin avatar r1sc avatar rogeralsing avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

akka.persistence.servicefabric's Issues

Clear Journal before tests

Before a test is run the journal needs to be cleared. As of now this is done using a hack in ServiceFabricJournalSpec ctor:

ServiceFabric.Journal.ServiceFabricJournal.ClearJournal(Pid, "fabric:/ServiceFabricEventJournalApplication");

Fix failing snapshot tests

All of the snapshot tests in the x64 runner fails (except for the 3 false positives, Im reporting that as a bug to akka.persistence.testkit)

Improve error handling

Improve error handling on the persistence interface to handle potential exceptions thrown by the ActorProxy class used to connect to the Service Fabric service

Nuget Publish

Publish packages automatically. Check Akka.net build process.

Fix soft delete in Journal

test.Journal_should_replay_logically_deleted_messages_with_deleted_flag_set_on_range_deletion() Failed..

Set up build server

Team City build server with CI

Build on Push to this repo

Add build badges to Wiki page

Document truncation of Journal read count

The read count is truncated from Long to Int. Document this behavior.

In ServiceFabricPersistence.ServiceFabricEventJournal.GetMessagesAsync

int m = max > int.MaxValue ? int.MaxValue : (int)max;

Implement configurable persistence storage

Add configuration settings to specify the type of Persistence storage that should be used in Service Fabric:

* Durable: state is replicated and saved on disk: high(er) guarantee
* Volatile: state is replicated but in memory only: less guarantee but better performance

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.