digitalocean / firebolt

Golang framework for streaming ETL, observability data pipeline, and event processing apps
Other
702 stars 50 forks source link

Direct Injection of Events #41

Open jnadler opened 1 year ago

jnadler commented 1 year ago

Some types of applications have a need to directly / programatically inject events (all events? some additional events?) to their Source for processing. This is possible today but it bypasses some of the metrics in executor.go and could really use a simple clean API.