Skip to content
#

eventsourcing

Here are 212 public repositories matching this topic...

jezovuk
jezovuk commented Jan 8, 2020

Hi,

I have a question regarding backup order of *.chk files themselves.

If I understand various bits of info from documentation, Github issues and Google Groups, content of chaser.chk is pointer to position (in chunk files "continuum") reached by chaser process, while writer.chk is pointer to position reached by writer process. Chaser process should always be behind the writer (or at the sam

EventFlow
mbican
mbican commented Mar 16, 2019

In documentation about sagas there is this thing about storing saga-id into event metadata. It looks intuitive but it doesn't work out of the box :-(. I would like to make it work. Here is how:

  1. from PublishAsync pass sagaId and saga type name into ICommandBus.PublishAsync()
  2. overload ICommandBus.PublishAsync() so it takes an extra argument eventMetadata
  3. pass event metadata to IAggregate
sensoryoverload
sensoryoverload commented Feb 5, 2020

When using this combination the unique index is not created in the database. However, creating an instance of the DocumentStore does not complain about this inability. I might be missing something though as I am just started using Marten.

using Marten.Schema.Identity;
using System;

namespace MartenComputedIndex
{
    class JobPosition
    {
        public Guid Id { get
adriaanm
adriaanm commented Mar 9, 2020

Looks like there is an issue with source links in https://doc.akka.io/api/akka-persistence-cassandra/0.103/akka/persistence/cassandra/ -- clicking on package.scala I get a 404: https://github.com/akka/akka-persistence-cassandra-1.x/tree/v0.103/core/src/main/scala/akka/persistence/cassandra/package.scala#L1.

Note the -1.x in the URL -- I guess it's from https://github.com/akka/akka-persist

Cnordbo
Cnordbo commented Sep 1, 2017

Description

Documentation should contain a working guide on how to get this set up - The "Getting started" video on Vimeo seems outdated as setting the project up as described brings in errors about Owin context in /Bifrost/Application.
And the Getting Started guide (DIY version) brings up the same error.

The documentation also misrepresents the project as its mapping to HumanResourced/

Improve this page

Add a description, image, and links to the eventsourcing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the eventsourcing topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.