-
As our ecosystem grows, we may need to consider additional communication channels between our back-send services. Specifically, message brokers are common tools used for reliable, asynchronous communi…
-
[Read the reactive manifesto](https://www.reactivemanifesto.org/)
Look into reactive I/O for different programming languages
-
# SAGA Pattern
## Overview
The **SAGA pattern** is an architectural pattern used in distributed systems to manage transactions across multiple services. It is particularly useful in environments w…
-
Perhaps use RabbitMQ? https://www.rabbitmq.com/
Check out https://docs.microsoft.com/en-us/dotnet/standard/microservices-architecture/
-
I want to create an Email Consent App using the Consent Group for APIs in the C# language
-
# Context
Deciding the best approach for communication between microservices and API.
# Acceptance Criteria
Decide and create an ADR around this.
## Things to consider
* locally running
* si…
-
## What is Node.js?
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
It is an engine that allows you to run Javascript scripts outside of a browser.
With the ability to run …
-
Already using jboss-servlet-api_4. 0 which supports AsyncContext (since 3.0).
I want to be able to implement asynchronous HealthCheck, for example:
```java
public class SimpleHealthCheck implemen…
-
![image](https://user-images.githubusercontent.com/414141/106549992-48463000-653a-11eb-9305-19e4eed22f72.png)
![image](https://user-images.githubusercontent.com/414141/117769047-eab93200-b252-11eb-94…
-
### Why do we need this improvement?
We would like to request the addition of support for converting AsyncAPI v3 specifications using the Spring Template. This feature would enable developers to easi…