This is an automated email from the ASF dual-hosted git repository.

cwylie pushed a commit to branch 0.16.0-incubating
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/0.16.0-incubating by this push:
     new 6154aed  fix web-console build in src distribution, fix kafka doc 
minimum version (#8502) (#8503)
6154aed is described below

commit 6154aed0857cc2bd622bbca780162334cbe152b2
Author: Clint Wylie <cwy...@apache.org>
AuthorDate: Tue Sep 10 21:03:25 2019 -0700

    fix web-console build in src distribution, fix kafka doc minimum version 
(#8502) (#8503)
---
 distribution/src/assembly/source-assembly.xml       |  1 -
 docs/development/extensions-core/kafka-ingestion.md | 11 ++++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/distribution/src/assembly/source-assembly.xml 
b/distribution/src/assembly/source-assembly.xml
index c4842d8..ae5effc 100644
--- a/distribution/src/assembly/source-assembly.xml
+++ b/distribution/src/assembly/source-assembly.xml
@@ -55,7 +55,6 @@
                 <exclude>web-console/node/**</exclude>
                 <exclude>web-console/resources/**</exclude>
                 <exclude>web-console/public/**</exclude>
-                <exclude>web-console/assets/**</exclude>
                 <exclude>web-console/lib/*.css</exclude>
                 <exclude>web-console/coordinator-console/**</exclude>
                 <exclude>web-console/pages/**</exclude>
diff --git a/docs/development/extensions-core/kafka-ingestion.md 
b/docs/development/extensions-core/kafka-ingestion.md
index 705c01c..c52af79 100644
--- a/docs/development/extensions-core/kafka-ingestion.md
+++ b/docs/development/extensions-core/kafka-ingestion.md
@@ -28,15 +28,16 @@ The Kafka indexing service enables the configuration of 
*supervisors* on the Ove
 Kafka by managing the creation and lifetime of Kafka indexing tasks. These 
indexing tasks read events using Kafka's own
 partition and offset mechanism and are therefore able to provide guarantees of 
exactly-once ingestion. They are also
 able to read non-recent events from Kafka and are not subject to the window 
period considerations imposed on other
-ingestion mechanisms using Tranquility. The supervisor oversees the state of 
the indexing tasks to coordinate handoffs, manage failures,
-and ensure that the scalability and replication requirements are maintained.
+ingestion mechanisms using Tranquility. The supervisor oversees the state of 
the indexing tasks to coordinate handoffs,
+manage failures, and ensure that the scalability and replication requirements 
are maintained.
 
 This service is provided in the `druid-kafka-indexing-service` core Apache 
Druid (incubating) extension (see
 [Including Extensions](../../development/extensions.md#loading-extensions)).
 
-> The Kafka indexing service uses the Java consumer that was introduced in 
Kafka 0.10.x. As there were protocol changes
-> made in this version, Kafka 0.10.x consumers might not be compatible with 
older brokers. Ensure that your Kafka brokers are
-> version 0.10.x or better before using this functionality. Refer [Kafka 
upgrade guide](https://kafka.apache.org/documentation/#upgrade) if you are 
using older version of Kafka brokers.
+> The Kafka indexing service supports transactional topics which were 
introduced in Kafka 0.11.x. These changes make the
+> Kafka consumer that Druid uses incompatible with older brokers. Ensure that 
your Kafka brokers are version 0.11.x or
+> better before using this functionality. Refer [Kafka upgrade 
guide](https://kafka.apache.org/documentation/#upgrade)
+> if you are using older version of Kafka brokers.
 
 ## Tutorial
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to