cqrs
Here are 1,710 public repositories matching this topic...
-
Updated
Nov 2, 2021 - C#
Describe the bug
When ES is started after it has been stopped while scavenging, it will sometimes throw an exception while trying to mark the scavenge as failed. The error seems to be caused by a boxed long being casted to int.
To Reproduce
Steps to reproduce the behavior:
- Start scavenging on node
- Stop node after ChunksCompleted event has been emitted, but before scavenging is
Under the hood, Benthos csv input uses the standard encoding/csv packages's csv.Reader struct.
The current implementation of csv input doesn't allow setting the LazyQuotes field.
We have a use case where we need to set the LazyQuotes field in order to make things work correctly.
I have this implemented in a custom marshaler now but wondering if it makes sense to push back upstream - when we are integrating with legacy services we find it useful to use the correlation ID as the message ID when first brought into watermill - from there they get sent on headers to subsequent services and work normally.
Its a simple change if it would make sense for other users.
Are there any plans to support Ivy in the near future? When compiling:
Angular 13.1.3
@ngxs/store: 3.7.3
We get the message "Processing legacy "View Engine" libraries:
- @ngxs/store/internals [es2015/esm2015] (git+https://github.com/ngxs/store.git)
- @ngxs/store [es2015/esm2015] (git+https://github.com/ngxs/store.git)
- @ngxs/devtools-plugin [es2015/esm2015] (git+https://github.com/ngx
-
Updated
Feb 3, 2022 - Java
-
Updated
Jan 28, 2022 - C#
-
Updated
Jan 26, 2022 - Go
Add CodeStyle
-
Updated
Dec 21, 2021 - C#
-
Updated
Nov 25, 2021 - C#
-
Updated
Jan 26, 2022 - TypeScript
-
Updated
Aug 12, 2021 - C#
-
Updated
Jan 21, 2022 - C#
-
Updated
Feb 1, 2022 - Elixir
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
Nov 12, 2021 - Java
-
Updated
Feb 2, 2022 - Go
-
Updated
Jan 27, 2022 - Ruby
-
Updated
Dec 14, 2021 - Java
-
Updated
Dec 11, 2021 - C#
-
Updated
Feb 2, 2022 - Python
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.
-
Updated
Nov 11, 2020 - C#
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
Feb 2, 2022 - HTML
-
Updated
Nov 24, 2021 - Rust
-
Updated
Jan 20, 2022 - Elixir
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
IsBrokenmethod is wrong because the rule is checking that meeting attendees limit must be greater than guests limit.