event-sourcing
Here are 1,102 public repositories matching this topic...
-
Updated
May 20, 2021 - C#
-
Updated
Aug 21, 2021 - C#
-
Updated
Aug 20, 2021 - Go
For an implementation of #126 (PostgreSQL driver with SKIP LOCKED
), I create a SQL table for each consumer group containing the offsets ready to be consumed. The name for these tables is build by concatenating some prefix, the name of the topic and the name of the consumer group. In some of the test cases in the test suite, UUID are used for both, the topic and the consumer group. Each UUID has
I'm writing a state that uses ngxsAfterBootstrap lifecycle event to initialise it.
I want to check in my test if the state is correctly initialised, but I can't find any doc on this ?
Could you please help me ?
Thanks.
-
Updated
Aug 19, 2021 - Java
-
Updated
Aug 20, 2021 - Java
[SOURCE] Ramp.com
Describe the event source. What app is this for, and what event does the trigger correspond to?
New Transaction | Triggers when a new transaction occurs
Please provide a link to the relevant API docs for the specific service / operation this trigger is tied to.
https://docs.ramp.com/reference/rest/transactions#get-transactions
We have access to the API in staging so have the necess
-
Updated
Aug 8, 2021 - C#
-
Updated
Aug 17, 2021 - TypeScript
-
Updated
Aug 19, 2021 - Elixir
-
Updated
Jul 15, 2021 - Shell
-
Updated
Mar 21, 2020 - Rust
-
Updated
Aug 10, 2021 - C#
-
Updated
Aug 19, 2021 - Go
-
Updated
Aug 17, 2021 - Ruby
What is this bug about?
When we bootstrap the chat demo application by npx [email protected] init
, the client uses old API routes, causing a 404 error.
What is the expected result?
When we bootstrap the chat demo application, it works as-is.
What is the actual result?
The chat demo application is not usable, since the client can't fetch from the back-end.
-
Updated
Aug 20, 2021 - Python
I would like to review the docs and explain also de concepts behind some decisions.
Things needed to explain:
- DDD objectives and reasons why.
- Core concepts like
- bounded context
- anti corruption layer
- domain
- value objects VS entities
- aggregates
- aggregate root
- layered architecture and each one responsibility
- reasons for the command and query bus
- the even
-
Updated
Jul 29, 2021 - Rust
-
Updated
Jul 11, 2021 - Elixir
-
Updated
Aug 18, 2021 - C#
I know it's not a course about RESTful principles but maybe you'll consider in the future extracting resource id from request body to path parameter ?
-
Updated
Dec 13, 2018 - Java
-
Updated
May 19, 2017 - Java
-
Updated
Nov 8, 2020 - C#
-
Updated
Jun 20, 2021 - Elixir
-
Updated
Aug 21, 2021 - PHP
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."
https://github.com/kgrzybek/modular-monolith-with-ddd/blob/54d209639e501301e879aa0d0a84c9ea49e4689e/src/Modules/Meetings/Domain/Meetings/Rules/MeetingAttendeesLimitMustBeGreaterThanGuestsLimitRule.cs#L1-L21
I believe the comparison operator used in the
IsBroken
method is wrong because the rule is checking that meeting attendees limit must be greater than guests limit.