dockersamples / example-voting-app

Example distributed app composed of multiple containers for Docker, Compose, Swarm, and Kubernetes
Apache License 2.0
4.65k stars 10.57k forks source link

Workflow diagram looks wrong. #351

Open vfiftyfive opened 3 months ago

vfiftyfive commented 3 months ago

Hi,

The diagram appears to have an error in the direction of communication between Redis and the Worker. While the diagram shows Redis communicating with the Worker, network traffic analysis using a BPF-based network mapper reveals that the Worker is actually the one initiating communication with both Redis and the DB. Therefore, the arrow between Redis and the Worker should be reversed to accurately reflect the actual traffic flow.

Nic