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

Synapse should be able to send events to a sink channel #4

Open
anoop2811 opened this issue Nov 18, 2020 · 0 comments
Open

Synapse should be able to send events to a sink channel #4

anoop2811 opened this issue Nov 18, 2020 · 0 comments
Milestone

Comments

@anoop2811
Copy link
Owner

For all activities that are performed by the neurons, anything that is printed by them to the stdout or stderr should be sent to a channel (internal go channel as MVP). A logging notifier could read from it and send to a configured logger.

In the future we should need to add support for multiple sink channels like SQS or Kafka or RabbitMQ which could be used by consumers to analyze and notify on.

@anoop2811 anoop2811 mentioned this issue Nov 18, 2020
@anoop2811 anoop2811 added this to the v0.0.1 milestone Nov 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant