cqrs
Here are 1,477 public repositories matching this topic...
-
Updated
May 20, 2021 - C#
-
Updated
Jun 24, 2021 - C#
-
Updated
Jun 23, 2021 - Go
When I use removeItem
state operator then TypeScript complains that message
object can be possibly undefined even though I specified the type for removeItem
operator. I could fix the issue with optional chaining but that is not possible if I want to use a utility library like Ramda
, 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
-
Updated
Jun 23, 2021 - Java
-
Updated
Jun 17, 2021 - C#
Add CodeStyle
-
Updated
Feb 22, 2021 - C#
-
Updated
Apr 15, 2021 - C#
-
Updated
Jun 10, 2021 - Elixir
-
Updated
Jun 24, 2021 - TypeScript
-
Updated
Apr 5, 2021 - Go
-
Updated
Apr 24, 2021 - Java
-
Updated
Oct 13, 2020 - Java
-
Updated
Jun 7, 2021 - Go
-
Updated
Jun 16, 2021 - C#
-
Updated
Jun 23, 2021 - Ruby
-
Updated
Nov 11, 2020 - C#
What is this bug about?
When we bootstrap the chat demo application by npx wolkenkit@4.0.0-internal.108 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.
Create a Wiki
It might be nice to have a Wiki set up to help people better understand the overall idea of the repository. Anyone is free to help out with this
-
Updated
Jun 7, 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
Jun 24, 2021 - C#
-
Updated
May 6, 2021 - Rust
-
Updated
Jun 4, 2021 - Elixir
-
Updated
Jun 1, 2021 - C#
-
Updated
Sep 16, 2020 - C#
Improve this page
Add a description, image, and links to the cqrs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cqrs 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.