-
# Event Driven
![image](https://user-images.githubusercontent.com/414141/113297257-1d017680-931a-11eb-8b19-d7a8f8336d72.png)
# Resource
- [ ] https://martinfowler.com/articles/201701-event-dr…
-
-
We are contemplating extraction of our micro_services from our SATOSA fork, just like this project but I'm unsure how we would cater for microservice specific python dependencies?
I guess this rep…
-
There are use cases where a NApp subscribes from kytos event handlers and publish them to an external message broker. This is for potentially integrating with other platforms that already uses a mes…
-
A reality we can often observe in real world applications, and even more so in microservices architectures, is communication with multiple services in order to achieve a task.
For example, in case of…
-
The following problem has only happened with the Service Fabric runtime 6.3.162.9494. We have not experienced this with either 6.1.x or 6.2.x runtimes.
1. Since upgrading we find completely at r…
-
Where is authentication being performed for the microservice? Is it being performed in the gateway or the backend microservices?
Thank you
- Andy Federal Civilian CTO - Unisys Corp.
-
System design is good and efficient. Also, dockerizing microservice is a commendable task and it works properly. Having user and session logic in one microservice is good but could have made 2 microse…
-
**Is your feature request related to a problem? Please describe.**
I'm working on enhancing our system's resilience. During a test where we blocked traffic with the identity provider (AAD), we observ…
-
最近在面试的时候,经常会遇到一些面试人提到自己构建了一套API Gateway的平台。
但是我这边自己其实一直没有理解,为什么要有API Gateway,所以开一个帖子来专门记录一下API Gateway相关的信息,看看这个东西的定位是什么,起到什么作用,具体的实现和方案。所以这时候找一些文档看看吧,然后再找一些API Gateway的解决方案和具体实现来玩一玩,确保自己对于API Gate…