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

Refactor network export #103

Open
syamajala opened this issue Nov 5, 2024 · 0 comments
Open

Refactor network export #103

syamajala opened this issue Nov 5, 2024 · 0 comments

Comments

@syamajala
Copy link
Contributor

I think all network export should probably be done from a separate process instead of creating sockets and contexts directly in the graph

We should refactor ami-export to support different protocols and refactor the export interface from the gui to the manager to support configuring options for these protocols, such as how many events/heartbeat to export and whether data should be batched or not.

Also the feedback to worker processes should happen over a different socket instead of using the same socket for ami-export so as not to unnecessarily send data to the workers that will just be thrown away anyway.

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

1 participant