Netflix / suro

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

Update kafka 0.8.2-snapshot to 0.8.2-beta #154

Closed metacret closed 9 years ago

metacret commented 9 years ago

suro-kafka module will be broken into suro-kafka-consumer and suro-kafka-producer. suro-kafka-producer will have a dependency on

<dependency>
    <groupId>org.apache.kafka</groupId>
    <artifactId>kafka-clients</artifactId>
    <version>0.8.2-beta</version>
</dependency>

suro-kafka-consumer will have a dependency on kafka-0.8.2-beta.