Netflix / suro

Netflix's distributed Data Pipeline
Apache License 2.0
794 stars 171 forks source link

Implement various inputs #91

Closed metacret closed 10 years ago

metacret commented 10 years ago

Currently, suro's input is only thrift server. We need to make them various including at least kafka consumer.

There will be one more dynamic configurable property called SuroServer.inputConfig json format.

If one of inputConfig element is 'thrift', all suroserver's configuration should be matched to the previous configuration which starts with SuroServer.

ahmedaley commented 10 years ago

The way to start a suro server has changed from what is in the wiki. I figured that out and added the -i option to the wiki.

metacret commented 10 years ago

Hello @ahmedaley

Why I didn't add this feature in the wiki is, I didn't release yet :)

When I release new version(I am planning to increase the minor version to 0.3.0), I will edit all wiki pages.