Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4A933200CA8 for ; Thu, 1 Jun 2017 02:15:20 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 48EBA160BDB; Thu, 1 Jun 2017 00:15:20 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 8F5C6160BCB for ; Thu, 1 Jun 2017 02:15:19 +0200 (CEST) Received: (qmail 97965 invoked by uid 500); 1 Jun 2017 00:15:18 -0000 Mailing-List: contact commits-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list commits@flink.apache.org Received: (qmail 97956 invoked by uid 99); 1 Jun 2017 00:15:18 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Jun 2017 00:15:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9641FDFB94; Thu, 1 Jun 2017 00:15:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: greg@apache.org To: commits@flink.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: flink git commit: [FLINK-6038] [docs] Added deep links to Bahir connectors Date: Thu, 1 Jun 2017 00:15:18 +0000 (UTC) archived-at: Thu, 01 Jun 2017 00:15:20 -0000 Repository: flink Updated Branches: refs/heads/release-1.3 dd1c05b13 -> 4ff1f439e [FLINK-6038] [docs] Added deep links to Bahir connectors This closes #3975 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/4ff1f439 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/4ff1f439 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/4ff1f439 Branch: refs/heads/release-1.3 Commit: 4ff1f439ee4529cd47ca1e9d37084da6fd2298b8 Parents: dd1c05b Author: David Anderson Authored: Tue May 23 18:47:57 2017 +0200 Committer: Greg Hogan Committed: Wed May 31 20:05:27 2017 -0400 ---------------------------------------------------------------------- docs/dev/connectors/index.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/4ff1f439/docs/dev/connectors/index.md ---------------------------------------------------------------------- diff --git a/docs/dev/connectors/index.md b/docs/dev/connectors/index.md index ff76aee..177e601 100644 --- a/docs/dev/connectors/index.md +++ b/docs/dev/connectors/index.md @@ -39,13 +39,13 @@ The [predefined data sinks]({{ site.baseurl }}/dev/datastream_api.html#data-sink Connectors provide code for interfacing with various third-party systems. Currently these systems are supported: - * [Apache Kafka](kafka.html) (sink/source) + * [Apache Kafka](kafka.html) (source/sink) * [Apache Cassandra](cassandra.html) (sink) - * [Amazon Kinesis Streams](kinesis.html) (sink/source) + * [Amazon Kinesis Streams](kinesis.html) (source/sink) * [Elasticsearch](elasticsearch.html) (sink) * [Hadoop FileSystem](filesystem_sink.html) (sink) - * [RabbitMQ](rabbitmq.html) (sink/source) - * [Apache NiFi](nifi.html) (sink/source) + * [RabbitMQ](rabbitmq.html) (source/sink) + * [Apache NiFi](nifi.html) (source/sink) * [Twitter Streaming API](twitter.html) (source) Keep in mind that to use one of these connectors in an application, additional third party @@ -54,6 +54,16 @@ Note also that while the streaming connectors listed in this section are part of Flink project and are included in source releases, they are not included in the binary distributions. Further instructions can be found in the corresponding subsections. +## Connectors in Apache Bahir + +Additional streaming connectors for Flink are being released through [Apache Bahir](https://bahir.apache.org/), including: + + * [Apache ActiveMQ](https://bahir.apache.org/docs/flink/current/flink-streaming-activemq/) (source/sink) + * [Apache Flume](https://bahir.apache.org/docs/flink/current/flink-streaming-flume/) (sink) + * [Redis](https://bahir.apache.org/docs/flink/current/flink-streaming-redis/) (sink) + * [Akka](https://bahir.apache.org/docs/flink/current/flink-streaming-akka/) (sink) + * [Netty](https://bahir.apache.org/docs/flink/current/flink-streaming-netty/) (source) + ## Other Ways to Connect to Flink ### Data Enrichment via Async I/O