-
Updated
Jun 10, 2020 - C#
event-sourcing
Here are 901 public repositories matching this topic...
Description
I'm on 3.5.1 and it seems that things are still initialized before APP_INITIALIZER.
Not sure if I'm missing something or if I don't completely understand what this issue's resolution should be?
This is my use case:
I need to initialize Ngxs through a library module that either is imported or not in the apps (monorepo structure)
And I couldn’t find a way to initialize it pr
We use http_server
as input and http_client
as one of outputs (for a part of message batch). In case when there is some error coming from http_client
, benthos
starts to retry this error message indefinitely (#415). However most significant, is that it stops accepting other, normal messages.
Here is the log when I first try to send message which causes http_client
to get 500 error, and
Currently, you are not able to use middleware per handler in "clean way" (you can still manually wrap the handler function, or have separated router).
It would be nice to be able to add middleware per handler.
As a good reference point, you can use chi router: https://github.com/go-chi/chi
Currently understanding what's going on when using the first time the framework is quite complex (at least from my point of view ;)).
Would it be possible to add some debug/trace logging during the configuration/bootstrap phase of Axon in order to get insight on what was configured and instantiated.
For example I added a TrackingEventProcessor
in my configuration but it was never started
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
-
Updated
May 16, 2020 - Shell
URL: http://pumpkindb.org/doc/master
Upon initial load, all documentation pages are scrolled down just a tiny bit, but it makes a bad initial impression (feels messy). Has something to do with the gitbook theme we're using, I suppose. When pages are changed by clicking on menu items, there is no such issue because subsequent navigation is done over AJAX.
![screenshot 2017-04-22 15 2
To help onboard new users it would be useful to describe the main building blocks required to start using Commanded and configure an event store.
Commanded.Application
- explain what it is, and that it differs from an OTP application.- Event store - adapter configuration and event store definition (e.g. define
EventStore
module).
-
Updated
Jun 21, 2020 - Java
In case there is a projection with no handlers we'd still traverse given streams only to produce no result. It's an unusual case but still we're able to produce "no result" much faster.
[docs] Flow diagram
Can anyone give flow diagram which classes get hit in sequence from start to end in eventhorizon.
It will be great help I am waiting for this no documentation so far available on net.
What is this feature about?
With tailwind, we have created a standard for how to send commands, wait for events and query read models. We should describe this in the documentation, since from time to time people are interested in how to access a wolkenkit application directly, i.e. without using the client SDK.
What needs to be done to implement this feature?
- Add a page on t
-
Updated
Jul 8, 2020 - Elixir
-
Updated
Jul 6, 2020 - PHP
-
Updated
May 19, 2017 - Java
-
Updated
Jul 1, 2020 - JavaScript
-
Updated
Jul 2, 2020 - Python
-
Updated
Dec 13, 2018 - Java
-
Updated
Jun 15, 2020 - C#
-
Updated
Jul 8, 2020 - Rust
-
Updated
Jun 18, 2020 - C#
-
Updated
Jul 6, 2020 - C#
I tried to search for Prooph Add Metadata
and got this page as 1st result: http://getprooph.org/docs/html/event-store/event_store.html
I think the right/updated documentation in different host: http://docs.getprooph.org/event-store/event_store_plugins.html#3-3-4
I think it's important to have results in google to redirect to right documentation :)
Thanks
-
Updated
May 27, 2020 - Elixir
-
Updated
Jun 19, 2020 - TypeScript
It will be more helpful to pick up the library especially when the documentation is not updated.
I am working on this repo, but haven't fully declared the types when I'm still understanding the library.
https://github.com/beenotung/typestub-eventstore
I just updated the project I made a couple of years ago when your project was named Weapsy.CQRS
. Now I'm using the latest version of Kledex
and .Net Core 3.1
.
I let you the links in case you wanna include them in the documentation:
- http://elvanydev.com/Microservices-part3/
- https://github.com/vany0114/microservices-dotnetcore-docker-servicefabric
Thanks for k
Improve this page
Add a description, image, and links to the event-sourcing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the event-sourcing topic, visit your repo's landing page and select "manage topics."
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