event-sourcing
Here are 1,244 public repositories matching this topic...
-
Updated
Apr 10, 2022 - C#
-
Updated
May 28, 2022 - C#
-
Updated
May 26, 2022 - Go
This comment says that the message ID is optional,
but for SQL transport it is a mandatory attribute,
in turn it causes misunderstanding?
Is it possible to fix it or did I get something wrong?
https://github.com/ThreeDotsLabs/watermill/blob/b9928e750ba673cf93d442db88efc04706f67388/message/message.go#L20
https://github.com/ThreeDotsLabs/watermill/blob/b9928e750ba673cf93d442db88efc04706f6
-
Updated
May 23, 2022 - Java
[TRIGGER] Zoom Phone
In src/internal/state-context-factory.ts it is noted:
// In doing this refactoring I noticed that there is a 'bug' where the
// application state is returned instead of this state slice.
// This has worked this way since the beginning see:
// https://github.com/ngxs/store/blame/324c667b4b7debd8eb979006c67ca0ae347d88cd/src/state-factory.ts
// This needs to be fixed, but is a 'breaking' ch
-
Updated
May 27, 2022 - Java
-
Updated
May 28, 2022 - C#
-
Updated
May 18, 2022 - C#
-
Updated
May 28, 2022 - TypeScript
-
Updated
May 28, 2022 - C#
-
Updated
May 6, 2022 - Elixir
-
Updated
Feb 16, 2022 - Shell
-
Updated
Mar 21, 2020 - Rust
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
May 7, 2022 - Go
-
Updated
May 28, 2022 - Ruby
-
Updated
May 28, 2022 - Python
-
Updated
May 24, 2022 - TypeScript
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
Search before asking
- I had searched in the issues and found no similar issues.
Documentation Related
Now the Chinese readme file[1] is far behaind with English[2], it needs to be updated to the latest.
[1]https://github.com/apache/incubator-eventmesh/blob/master/README.zh-CN.md
[2]https://github.com/apache/incubator-
-
Updated
May 25, 2022 - JavaScript
-
Updated
Nov 24, 2021 - Rust
-
Updated
May 4, 2022 - Elixir
-
Updated
Dec 13, 2018 - Java
-
Updated
May 19, 2017 - Java
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
IsBrokenmethod is wrong because the rule is checking that meeting attendees limit must be greater than guests limit.