You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make it possible to open UDP sockets to retrieve logs
Process in mind
We will get logs, and since we need to think about scale it will be a ingress behind to use round robin to send each log to specific service that will be running, and since we never want to lose a single log we will send it forward to a rabbitmq queue so we can process it on another service (log_parser) and if it fails we send to a retry queue. We also need to set timestamps on each log we get so we can keep it a event.
We could go for a approach of event sourcing but that's out of topic for this issue.
The text was updated successfully, but these errors were encountered:
Make it possible to open UDP sockets to retrieve logs
Process in mind
We will get logs, and since we need to think about scale it will be a ingress behind to use round robin to send each log to specific service that will be running, and since we never want to lose a single log we will send it forward to a rabbitmq queue so we can process it on another service (log_parser) and if it fails we send to a retry queue. We also need to set timestamps on each log we get so we can keep it a event.
We could go for a approach of event sourcing but that's out of topic for this issue.
The text was updated successfully, but these errors were encountered: