-
One of the critical problems that often goes unaddressed in a CQRS/ES microservices architecture is "how do I query the history of events?"
Secondly, people often ask how they can query the history…
-
Very well organized project with clear instructions on project setup. Great UI and all the microservices are working fine. Documentation is easy to understand. I was just curious about your gateway im…
-
The [Java Platform Module System](https://www.oracle.com/corporate/features/understanding-java-9-modules.html) was introduced in Java 9 and adds a notion of "module" on top of the package structure in…
-
### Current Behavior:
After implementation of #84, grouping different versions or environments into one project is a great feature and improves the overview in the project list. But it has one drawba…
-
We are building a set of Micro Services where each service serves JsonAPI but a single service only knows the id of a related entity, currently @JsonApiRelation expects to be able to resolve the targe…
-
[Read the reactive manifesto](https://www.reactivemanifesto.org/)
Look into reactive I/O for different programming languages
-
**Describe the bug**
Image-updater mixed up images in its commits : it updated images from other applications and sometimes even removed kustomization patches.
**To Reproduce**
Steps to reproduce…
-
**Is your feature request related to a problem? Please describe.**
Currently we lack the ability to group routes and apply middleware only to that group. The gofr team has informed me that it is thei…
-
**Is your feature request related to a problem? Please describe.**
`DelegatingHandler`s have odd behavior where they get cached across requests, and it can be very difficult to register the aut…
-
Hi, we a have a common scenario in our Orleans setup which involes the use of `{Entity}PartitionGrain`s, those grains are responsible for 100,000s of entities and they forward events over implicit str…