Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: UDP Sockets #1

Open
Tolfx opened this issue Jan 20, 2024 · 0 comments
Open

Feature: UDP Sockets #1

Tolfx opened this issue Jan 20, 2024 · 0 comments
Assignees

Comments

@Tolfx
Copy link
Member

Tolfx commented Jan 20, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants