-
It would be great to show the HTTP response when a CE has been sent when testing microservices that consume and _produce_ Cloud Events as response.
Currently, the response is just ignored. The Go…
-
### How to extract proper mircoservice?
#### 1. Identify Business Capability
##### Start by identifying key business capabilities. These are distinct functions that the business performs to deliver …
-
### Description
The Microservices - Remote Procedure Invocation (RPI) design pattern is crucial for enabling microservices to communicate effectively in a distributed system. This pattern allows a pro…
-
-
**Description:**
The Microservices - Shared Database design pattern involves multiple microservices sharing a single database schema. This pattern can be used to manage distributed data transactions a…
-
**Description:**
The Fallback design pattern is a resiliency pattern used in microservices architecture to handle failures gracefully. It ensures that when a service is unavailable or fails, the syste…
-
I was testing the deployment of microservices and I did run it several times, and there was some errors that happened that are very rare and basically happened only once to me. I made this ticket to l…
-
## Objective
To deploy the application on AWS initially, with plans to gradually adopt Docker, Kubernetes, and Jenkins to support containerization, orchestration, and CI/CD capabilities as the proj…
-
### Have enough proficiency to write code in the language(s) needed for the OSPO and to teach the languages to somebody else.
**First Goal:**
- [ ] Write first pull request in Python or any language …
-
For example in microservices/showDuggaservice we have the microservice updateActiveUsers_ms.php. It needs these parameters in:
$hash=getOP('hash');
$AUtoken=getOP('AUtoken');
And depending on the…