Skip to content

Commit

Permalink
This closes apache#3780
Browse files Browse the repository at this point in the history
  • Loading branch information
aviemzur committed Aug 29, 2017
2 parents e33cc24 + bf1b0a5 commit f816ad8
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions sdks/java/io/kafka/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http:https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->

KafkaIO contains I/O transforms which allow you to read/write messages from/to [Apache Kafka](http:https://kafka.apache.org/).

## Dependencies

To use KafkaIO you must first add a dependency on `beam-sdks-java-io-kafka`

```maven
<dependency>
<groupId>org.apache.beam</groupId>
<artifactId>beam-sdks-java-io-kafka</artifactId>
<version>...</version>
</dependency>
```

## Documentation

- [KafkaIO.java](https://github.com/apache/beam/blob/master/sdks/java/io/kafka/src/main/java/org/apache/beam/sdk/io/kafka/KafkaIO.java)

0 comments on commit f816ad8

Please sign in to comment.