Code Monkey home page Code Monkey logo

Comments (4)

huntc avatar huntc commented on June 6, 2024

The guide has the section "Running the entity manager". It should have a brief introduction what the purpose of the entity manager.

I now say:

Now that the entity state, commands, events, behavior and serialization have been declared, we are ready to
describe how the entity manager should manage its entity. In brief, an entity manager task handles the lifecycle
and routing of messages per type of entity.

The section should also explain the parameters to fn task. They are probably in main.rs, which is not mentioned there

I now say:

The above describes running the entity manager in a function that has the following parameters:

* a commit log for sourcing and persisting events;
* a secret store so that commit log payloads are encrypted, along with a path describing the secret key;
* a means for the entity to receive commands; and
* a means for the entity to broadcast its events elsewhere in our service.

from akka-edge-rs.

patriknw avatar patriknw commented on June 6, 2024

Sounds good. Will you also show and describe the main where the parameters are created?

from akka-edge-rs.

huntc avatar huntc commented on June 6, 2024

Will you also show and describe the main where the parameters are created?

Yeah

from akka-edge-rs.

huntc avatar huntc commented on June 6, 2024

Closing this out as I believe it is addressed by https://github.com/lightbend/akka-projection-temp/pull/14

from akka-edge-rs.

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.