Lewis Dawson

Results 14 comments of Lewis Dawson

@imduffy15 This is a S3 sink connector, which means means only Kafka to S3. You would need to use a S3 source connector to get data from S3 to Kafka.

I'd be willing to bet there were breaking changes in Kafka between 0.11.0.0 and 0.10. Moving to Guava 20.0 fixes this issue: ``` com.google.guava guava 20.0 ``` There are a...

The additional errors I was seeing were indeed due to the fact that this was compiled against Kafka 0.10. I merged in the HDFS 3.3.0 connector, which is compiled against...

@kevin1024 Any interest in merging this PR? It's a very simple change.