GoogleCloudPlatform / DataflowJavaSDK

Google Cloud Dataflow provides a simple, powerful model for building both batch and streaming parallel data processing pipelines.
http://cloud.google.com/dataflow
855 stars 325 forks source link

Adding Kafka IO to Dataflow SDK dependencies #639

Closed pabloem closed 6 years ago

pabloem commented 6 years ago

Also removing fail-on-warning for Dependency Plugin, as Kafka dependency is not used anywhere and this makes analyze-dependencies fail. This is because Maven Dependency Pluging analyzes bytecode and if a dependency is not used but declared, generates a warning.

r: @lukecwik