microsoft / agogosml

agogosml is a flexible data processing pipeline that addresses the common need for operationalizing ML models at scale
MIT License
33 stars 16 forks source link

Add broadcast streaming client #224

Closed c-w closed 5 years ago

c-w commented 5 years ago

Should be reviewed after https://github.com/Microsoft/agogosml/pull/222 since this pull request depends on that branch.

This pull request adds a wrapper streaming client which enables distribution of a message to multiple streaming client implementations. This is useful to for example configure an output writer which sends outputs to both kafka and eventhub.

All Submissions: