eventstoredb Questions

4

Solved

We're using a >1.8 version of k8s on gcloud. Unfortunately EventStore stops pushing data until it is rebooted. Thus we'd like to run kubectl --namespace=$NAMESPACE delete pod eventstore-0 every 6 h...
Capable asked 1/6, 2018 at 9:52

1

Solved

I am using the event store client for .Net and I am struggling to find the correct way to use the client. When I register the client as a singleton in the .Net dependency injection and run my appli...
Leffler asked 5/12, 2022 at 8:54

0

I am having trouble connecting to eventstore cluster (with 3 nodes). So I have a 3 nodes each running on Azure VM and below is the code to connect and append streams var settings = EventStoreClient...
Jaquith asked 12/8, 2022 at 23:42

3

Solved

All the docs I can find seem to suggest I need two http requests to do this: one to the stream, giving me a link to the last event, and then one to follow that link. That seems bizarre, isn't ther...
Bargello asked 13/11, 2017 at 22:10

1

Solved

I'm developing an open-sourced cloud event gateway in .NET 5.0, backed by an EventStore channel, and am facing problems to connect the ProjectionsManager service. I deployed an EventStore service i...
Torrey asked 25/11, 2020 at 15:1

3

I've recently started trying out the EventStore Client API for .net-core (nuget package). However, I'm struggling in getting the events to write into the stream. Below is the code that I'm using to...
Westsouthwest asked 28/4, 2017 at 7:52

3

Solved

Could any one explain why there are 2 actual versions of EventStore (20.6.1 and 5.0.9)? What is the difference between them ? What version for what goals should we use?
Altdorf asked 21/11, 2020 at 3:53

2

Currently I'm using Eventstore (by Greg Young) for my company project. In my read model, I store the processed event ids, not the event name. How can I find the event in Eventstore using its Id?
Hasbeen asked 24/11, 2018 at 7:9

2

Solved

I am playing with EventStore. As a .NET user I prefer Windows as OS, only that I have home edition. In order to install Docker I need Windows Proffessional Edition - and I don't have it ... it's ou...
Polder asked 9/12, 2020 at 21:21

1

Solved

With the following docker-compose file I start my .Net Core 3.1 Console application and an Event Store container. version: "3.4" services: eventstore: image: eventstore/eventstore networks: -...
Weepy asked 5/3, 2020 at 23:14

5

Since a couple of days I've been trying to figure it out how to inform to the rest of the microservices that a new entity was created in a microservice A that store that entity in a MongoDB. I wan...
Chimney asked 21/3, 2016 at 17:25

1

Solved

I am using DDD with CQRS and Event Sourcing. I need to use an Event Store (specifically this event store) within my custom implementation of IEventStore to persist and retrieve domain events but I ...
Stamm asked 15/8, 2018 at 18:23

0

I'd like to write some integration tests using www.eventstore.org to test that I am able to serialize some domain events and append them to a stream, and retrieve them and deserialize them, etc. I...

2

Solved

Greg Young in his document on CQRS in the "Building an event storage" section, when writing events to the event store he checked for optimistic concurrency. I do not really get why he mad...
Undernourished asked 13/9, 2018 at 8:17

2

Solved

Recently I'm learning CQRS and want to change my system to use event-sourcing patterns. But I found that on .Net platform, there is two Event Store implementations. NEventStore(formerly JOliver Ev...
Jugurtha asked 11/9, 2013 at 11:53

1

Solved

I have set up Event Store, and can happily write events to the stream, subscribe, and read historical events, that all works fine. I can see that in the ResolvedEvent that gets passed to my subscr...
Uncouth asked 18/6, 2018 at 10:4

4

Solved

Is it possible to search for a stream not by StreamId but by some another Stream attribute? For example, if every stream has CustomerId in the Headers and I would like to search for all the streams...
Reptile asked 15/7, 2012 at 16:38

3

Solved

So, I'm working on a CQRS/ES project in which we are having some doubts about how to handle trivial problems that would be easy to handle in other architectures My scenario is the following: I h...
Nassir asked 23/3, 2018 at 13:53

3

I'm pretty new to the paradigms and associated architectures such as CQRS. I started a project where I think this type of technology fits. I found it interesting use EventStore in the project, but ...
Patriciapatrician asked 18/8, 2016 at 11:52

2

Solved

There are various example applications and frameworks that implement a CQRS + Event Sourcing architecture and most describe use of an event handler to create a denormalized view from domain events ...
Outspan asked 22/10, 2016 at 7:11

4

Solved

Problem: Two employees (A & B) go off-line at the same time while editing customer #123, say version #20, and while off-line continue making changes... Scenarios: 1 - The two employees edit ...

1

Solved

Being a first time user of GetEventStore and having read the docs, I have an issue where events never appears on my subscription client. This is possible due to a configuration step I've missed. ...
Vitriform asked 6/3, 2016 at 14:33

3

Solved

I have started creating a test application in .Net, that uses EventStore by Greg Young as the backing store for CQRS/ES. In order to make it easy to load up a full aggregate, I save to a stream wi...
Scholz asked 12/1, 2016 at 17:19

2

I'm currently storing events in the following format mycategory-mytype-uniqueid. What I have understood after reading various posts on the web I should get a category called mycategory doing that. ...
Postscript asked 5/6, 2014 at 10:16

1

Solved

I have written an Event Sourced Aggregate and now implemented an Event Sourced Saga... I have noticed the two are similair and created an event sourced object as a base class from which both derive...
Godroon asked 30/10, 2015 at 6:2

© 2022 - 2025 — McMap. All rights reserved.