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

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


The following commit(s) were added to refs/heads/master by this push:
     new 54735a5  Kafka indexing: Remove experimental notice. (#6970)
54735a5 is described below

commit 54735a5ad110457e0fedbc1189e3685bc1787b28
Author: Gian Merlino <[email protected]>
AuthorDate: Thu Jan 31 09:54:22 2019 -0800

    Kafka indexing: Remove experimental notice. (#6970)
---
 docs/content/development/extensions-core/kafka-ingestion.md | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/docs/content/development/extensions-core/kafka-ingestion.md 
b/docs/content/development/extensions-core/kafka-ingestion.md
index 4753585..b24e874 100644
--- a/docs/content/development/extensions-core/kafka-ingestion.md
+++ b/docs/content/development/extensions-core/kafka-ingestion.md
@@ -32,14 +32,12 @@ ingestion mechanisms using Tranquility. The supervisor 
oversees the state of the
 and ensure that the scalability and replication requirements are maintained.
 
 This service is provided in the `druid-kafka-indexing-service` core extension 
(see
-[Including Extensions](../../operations/including-extensions.html)). Please 
note that the Kafka indexing service is
-currently designated as an *experimental feature* and is subject to the usual
-[experimental caveats](../experimental.html).
+[Including Extensions](../../operations/including-extensions.html)).
 
 <div class="note info">
 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 service. Refer <a 
href="https://kafka.apache.org/documentation/#upgrade";>Kafka upgrade guide</a> 
if you are using older version of kafka brokers.
+version 0.10.x or better before using this functionality. Refer <a 
href="https://kafka.apache.org/documentation/#upgrade";>Kafka upgrade guide</a> 
if you are using older version of Kafka brokers.
 </div>
 
 ## Submitting a Supervisor Spec


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to