You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by de...@apache.org on 2017/09/04 13:46:33 UTC

flume git commit: FLUME-3156. Update example configuration of Kafka Sink

Repository: flume
Updated Branches:
  refs/heads/trunk 2c3fe6dc6 -> d35526278


FLUME-3156. Update example configuration of Kafka Sink

Change ki to k1 in Kafka Sink configuration example.
(a1.sinks.ki.kafka.producer.compression.type)

This closes #165

Reviewers: Bessenyei Balázs Donát, Denes Arvay

(Robin Wang via Denes Arvay)


Project: http://git-wip-us.apache.org/repos/asf/flume/repo
Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/d3552627
Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/d3552627
Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/d3552627

Branch: refs/heads/trunk
Commit: d3552627869b45956181149f4b7ecf0e344080b7
Parents: 2c3fe6d
Author: Robin Wang <we...@qq.com>
Authored: Sat Sep 2 14:12:02 2017 +0800
Committer: Denes Arvay <de...@apache.org>
Committed: Mon Sep 4 15:33:06 2017 +0200

----------------------------------------------------------------------
 flume-ng-doc/sphinx/FlumeUserGuide.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flume/blob/d3552627/flume-ng-doc/sphinx/FlumeUserGuide.rst
----------------------------------------------------------------------
diff --git a/flume-ng-doc/sphinx/FlumeUserGuide.rst b/flume-ng-doc/sphinx/FlumeUserGuide.rst
index 209db48..bbe9330 100644
--- a/flume-ng-doc/sphinx/FlumeUserGuide.rst
+++ b/flume-ng-doc/sphinx/FlumeUserGuide.rst
@@ -2830,7 +2830,7 @@ argument.
     a1.sinks.k1.kafka.flumeBatchSize = 20
     a1.sinks.k1.kafka.producer.acks = 1
     a1.sinks.k1.kafka.producer.linger.ms = 1
-    a1.sinks.ki.kafka.producer.compression.type = snappy
+    a1.sinks.k1.kafka.producer.compression.type = snappy
 
 
 **Security and Kafka Sink:**