-
At the moment we are using https://eventstore.org/ we are making using the default projects. This means that we can replay a stream by
Event Store ships with four built in projections.
By Catego…
-
This is no longer future work. In an asynchronous environment, logging system is required!!! we can't expect many scenario and debug easily.
For example, go-ethereum has 6-level-log option
`Loggin…
AgwaB updated
5 years ago
-
### Is your feature request related to a problem? Please describe.
Currently, many generic extension methods exist on the IServiceCollection to support the registration of services. One that seems to…
-
The following method fails to call apply on an subclass aggregate.
```
@Override
public T applyEvent(Event event) {
try {
getClass().getMethod("apply", event.getClass()).invoke…
-
Develop two sample microservices, such as an item service and an order service, which expose basic endpoints for testing microservice integration. This setup should demonstrate integration capabilitie…
-
**Which part is this question about**
This is about the `do_get_fallback` method
**Describe your question**
The documentation doesn't really explains this, it just says it can be used if there ar…
-
### The bug
Imported External library. Then modified the images and videos in file system, content and accidently file extensions became CAPITALISED. Re-scanned External library expecting metadata …
-
**Is your feature request related to a problem? Please describe.**
Let me quickly explain my current situation. I have a system with few microservices, just for a simplicity let's make it two microse…
-
There is an issue when running `EventSourcedBehaviorTestKit` and `receiveSignal()` handler defined on actor's `EventSourcedBehavior`.
Initially found it on one of akka examples - https://developer.l…
-
### Clear and concise description of the problem
Hello!
We can use environment var like:
```yml
variables:
- &env
- SOMETHING=bar
steps:
build:
image: bash
environment:…