Repository: flume Updated Branches: refs/heads/trunk dff1505c1 -> 4b74aa286
FLUME-2963. FlumeUserGuide: Fix error in Kafka Source properties table (Denes Arvay via Mike Percy) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/4b74aa28 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/4b74aa28 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/4b74aa28 Branch: refs/heads/trunk Commit: 4b74aa286b16916900854ccea95cf906d3fdda5d Parents: dff1505 Author: Denes Arvay <[email protected]> Authored: Fri Jul 29 15:16:54 2016 -0700 Committer: Mike Percy <[email protected]> Committed: Fri Jul 29 15:17:35 2016 -0700 ---------------------------------------------------------------------- flume-ng-doc/sphinx/FlumeUserGuide.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/4b74aa28/flume-ng-doc/sphinx/FlumeUserGuide.rst ---------------------------------------------------------------------- diff --git a/flume-ng-doc/sphinx/FlumeUserGuide.rst b/flume-ng-doc/sphinx/FlumeUserGuide.rst index 3f08d8b..fde9ff7 100644 --- a/flume-ng-doc/sphinx/FlumeUserGuide.rst +++ b/flume-ng-doc/sphinx/FlumeUserGuide.rst @@ -1230,11 +1230,11 @@ useFlumeEventFormat false By default events are taken as byt true to read events as the Flume Avro binary format. Used in conjunction with the same property on the KafkaSink or with the parseAsFlumeEvent property on the Kafka Channel this will preserve any Flume headers sent on the producing side. - Other Kafka Consumer Properties -- These properties are used to configure the Kafka Consumer. Any producer property supported - by Kafka can be used. The only requirement is to prepend the property name with the prefix ``kafka.consumer``. - For example: kafka.consumer.auto.offset.reset - Check `Kafka documentation <http://kafka.apache.org/documentation.html#newconsumerconfigs>` for details + by Kafka can be used. The only requirement is to prepend the property name with the prefix + ``kafka.consumer``. + For example: ``kafka.consumer.auto.offset.reset`` + Check `Kafka documentation <http://kafka.apache.org/documentation.html#newconsumerconfigs>`_ for details =============================== =========== =================================================== .. note:: The Kafka Source overrides two Kafka consumer parameters:
