Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 32C1118A15 for ; Wed, 24 Feb 2016 08:59:18 +0000 (UTC) Received: (qmail 9485 invoked by uid 500); 24 Feb 2016 08:58:18 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 9418 invoked by uid 500); 24 Feb 2016 08:58:18 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 8908 invoked by uid 99); 24 Feb 2016 08:58:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Feb 2016 08:58:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 354B22C1F6E for ; Wed, 24 Feb 2016 08:58:18 +0000 (UTC) Date: Wed, 24 Feb 2016 08:58:18 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-15320) HBase connector for Kafka Connect MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Andrew Purtell created HBASE-15320: -------------------------------------- Summary: HBase connector for Kafka Connect Key: HBASE-15320 URL: https://issues.apache.org/jira/browse/HBASE-15320 Project: HBase Issue Type: New Feature Reporter: Andrew Purtell Fix For: 2.0.0 Implement an HBase connector with source and sink tasks for the Connect framework (http://docs.confluent.io/2.0.0/connect/index.html) available in Kafka 0.9 and later. See also: http://www.confluent.io/blog/announcing-kafka-connect-building-large-scale-low-latency-data-pipelines An HBase source (http://docs.confluent.io/2.0.0/connect/devguide.html#task-example-source-task) could be implemented as a WALObserver, publishing cluster wide change streams from the WAL to one or more topics, with configurable mapping and partitioning of table changes to topics. An HBase sink task (http://docs.confluent.io/2.0.0/connect/devguide.html#sink-tasks) would persist, with optional transformation (JSON? Avro?, map fields to native schema?), Kafka SinkRecords into HBase tables. -- This message was sent by Atlassian JIRA (v6.3.4#6332)