event-gateway
event-gateway copied to clipboard
Connector Framework
User problem: I have data in external systems (Kafka, Kinesis, SQS, RabbitMQ, etc) that I would like to connect to compute via the Event Gateway. I have to run some intermediate service to pull the events from my external system to push into Event Gateway.
Solution: Create a framework for building Connectors, which are config-only ways to run processes to feed the Event Gateway with events from external systems.
This issue still requires design work, and additional tickets will fall out of it.
Closes #496