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 AC83E200D27 for ; Wed, 25 Oct 2017 16:11:07 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AAB52160BF2; Wed, 25 Oct 2017 14:11:07 +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 E816C1609E5 for ; Wed, 25 Oct 2017 16:11:06 +0200 (CEST) Received: (qmail 36566 invoked by uid 500); 25 Oct 2017 14:11:05 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 36517 invoked by uid 99); 25 Oct 2017 14:11:05 -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; Wed, 25 Oct 2017 14:11:05 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 31D06DFB6F; Wed, 25 Oct 2017 14:11:05 +0000 (UTC) From: michaelandrepearce To: dev@activemq.apache.org Reply-To: dev@activemq.apache.org References: In-Reply-To: Subject: [GitHub] activemq-artemis pull request #1607: ARTEMIS-1478 - ActiveMQ Artemis to Kafk... Content-Type: text/plain Message-Id: <20171025141105.31D06DFB6F@git1-us-west.apache.org> Date: Wed, 25 Oct 2017 14:11:05 +0000 (UTC) archived-at: Wed, 25 Oct 2017 14:11:07 -0000 Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1607#discussion_r146869433 --- Diff: docs/user-manual/en/kafka-bridges.md --- @@ -0,0 +1,180 @@ +# Apache ActiveMQ Kafka Bridge + +The function of a bridge is to consume messages from a source queue in Apache ActiveMQ Artemis, +and forward them to a target topic, on a remote Apache Kafka server. + +By pairing Apache ActiveMQ Artemis and Apache Kafka with the bridge you could have a hybrid broker setup, +having a data flow with CORE, AMQP, MQTT clients, as well as now Kafka clients also. +Taking and giving the best features of both broker technologies when and where needed for a flow of data. + +![ActiveMQ Artemis Kafka Bridge Clients](images/activemq-kafka-bridge-clients.png) --- End diff -- will change image ---