Netflix / suro

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

Basic producer interface #3

Open elandau opened 11 years ago

elandau commented 11 years ago

Generic API for sending messages to SQS, Kafka, Suro, CassQueue, etc..

metacret commented 11 years ago

Current suro-server Sink interface should be refactored to be reused in schlep producer. Please define schlep producer interface here and I will do refactoring and you can implement proper Sink interface for producing messages to SQS and CassQueue, Kafka and Suro are mine.