From issues-return-937-archive-asf-public=cust-asf.ponee.io@flume.apache.org Fri Sep 27 12:34:02 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id A4C69180638 for ; Fri, 27 Sep 2019 14:34:02 +0200 (CEST) Received: (qmail 54332 invoked by uid 500); 27 Sep 2019 12:34:02 -0000 Mailing-List: contact issues-help@flume.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flume.apache.org Delivered-To: mailing list issues@flume.apache.org Received: (qmail 54310 invoked by uid 99); 27 Sep 2019 12:34:02 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Sep 2019 12:34:02 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id EFB4AE3138 for ; Fri, 27 Sep 2019 12:34:00 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 191F07807B0 for ; Fri, 27 Sep 2019 12:34:00 +0000 (UTC) Date: Fri, 27 Sep 2019 12:34:00 +0000 (UTC) From: "Tristan Stevens (Jira)" To: issues@flume.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLUME-3327) Add method to convrt headers of flume event and ones of kafka record transparently. 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/FLUME-3327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16939395#comment-16939395 ] Tristan Stevens commented on FLUME-3327: ---------------------------------------- Agree, we should implement this. I've added a couple of review comments, as has someone else. > Add method to convrt headers of flume event and ones of kafka record transparently. > ----------------------------------------------------------------------------------- > > Key: FLUME-3327 > URL: https://issues.apache.org/jira/browse/FLUME-3327 > Project: Flume > Issue Type: Improvement > Components: Kafka Channel, Sinks+Sources > Affects Versions: 1.9.0 > Reporter: Takafumi Saito > Priority: Major > Time Spent: 1h 10m > Remaining Estimate: 0h > > The only way of delivering headers in flume event to kafka now is serializing event as Avro format of Flume and set it body of kafka. > In kafka 0.11.0.0, record header is released as new feature. > If using headers of flume and one of kafka transparently, we do not need to serialize event. > We add `useKafkaHeader` option to select using record headers of kafka or not. > By default, the useKafkaHeader option is false because of considering compatibility. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@flume.apache.org For additional commands, e-mail: issues-help@flume.apache.org