Return-Path: X-Original-To: apmail-ignite-issues-archive@minotaur.apache.org Delivered-To: apmail-ignite-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7E02318F70 for ; Tue, 23 Jun 2015 02:35:03 +0000 (UTC) Received: (qmail 79970 invoked by uid 500); 23 Jun 2015 02:35:03 -0000 Delivered-To: apmail-ignite-issues-archive@ignite.apache.org Received: (qmail 79946 invoked by uid 500); 23 Jun 2015 02:35:03 -0000 Mailing-List: contact issues-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list issues@ignite.incubator.apache.org Received: (qmail 79937 invoked by uid 99); 23 Jun 2015 02:35:03 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Jun 2015 02:35:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 07878CF8EA for ; Tue, 23 Jun 2015 02:35:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.351 X-Spam-Level: X-Spam-Status: No, score=0.351 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.429] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id adyMiPRQwiI8 for ; Tue, 23 Jun 2015 02:35:02 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id 6D8EE25320 for ; Tue, 23 Jun 2015 02:35:01 +0000 (UTC) Received: (qmail 79001 invoked by uid 99); 23 Jun 2015 02:35:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Jun 2015 02:35:00 +0000 Date: Tue, 23 Jun 2015 02:35:00 +0000 (UTC) From: "Vishal Garg (JIRA)" To: issues@ignite.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (IGNITE-428) Implement IgniteKafkaStreamer to stream data from Apache Kafka MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IGNITE-428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vishal Garg updated IGNITE-428: ------------------------------- Attachment: ignite-sprint-5_ignite-428.patch new patch > Implement IgniteKafkaStreamer to stream data from Apache Kafka > -------------------------------------------------------------- > > Key: IGNITE-428 > URL: https://issues.apache.org/jira/browse/IGNITE-428 > Project: Ignite > Issue Type: Sub-task > Components: streaming > Affects Versions: sprint-5 > Reporter: Dmitriy Setrakyan > Assignee: Vishal Garg > Attachments: ignite-sprint-5_ignite-428.patch, ignite-sprint-5_ignite-428.patch, ignite-sprint-5_ignite-428.patch > > > We have {{IgniteDataStreamer}} which is used to load data into Ignite under high load. It was previously named {{IgniteDataLoader}}, see ticket IGNITE-394. > See [Apache Kafka|http://kafka.apache.org/] for more information. > We should create {{IgniteKafkaStreamer}} which will consume messages from Kafka and stream them into Ignite caches. > More details to follow, but to the least we should be able to: > - Convert Kafka messages to Ignite data using an optional pluggable converter. > - Specify the cache name for the Ignite cache to load data into. > - Specify other flags available on {{IgniteDataStreamer}} class. -- This message was sent by Atlassian JIRA (v6.3.4#6332)