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

mjsax pushed a commit to branch 2.2
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/2.2 by this push:
     new 023381b  MINOR: add MacOS requirement to Streams docs
023381b is described below

commit 023381b6590d8f52a9e5131efb938642ef9f25bf
Author: Matthias J. Sax <matth...@confluent.io>
AuthorDate: Sat Mar 23 15:48:24 2019 -0700

    MINOR: add MacOS requirement to Streams docs
    
    *More detailed description of your change,
    if necessary. The PR title and PR message become
    the squashed commit message, so use a separate
    comment to ping reviewers.*
    
    *Summary of testing strategy (including rationale)
    for the feature or bug fix. Unit and/or integration
    tests are expected for any behaviour change and
    system tests should be considered for larger changes.*
    
    Author: Matthias J. Sax <matth...@confluent.io>
    
    Reviewers: Bill Bejeck
    
    Closes #6490 from mjsax/minor-streams-docs-rocksdb
---
 docs/streams/upgrade-guide.html | 2 ++
 docs/upgrade.html               | 1 +
 2 files changed, 3 insertions(+)

diff --git a/docs/streams/upgrade-guide.html b/docs/streams/upgrade-guide.html
index d2e4a2e..660c4af 100644
--- a/docs/streams/upgrade-guide.html
+++ b/docs/streams/upgrade-guide.html
@@ -58,6 +58,8 @@
         For Kafka Streams 0.10.0, broker version 0.10.0 or higher is required.
     </p>
 
+    <p>Since 2.2.0 release, Kafka Streams depends on a RocksDBs version that 
requires MacOS 10.13 or higher.</p>
+
     <p>
         Another important thing to keep in mind: in deprecated 
<code>KStreamBuilder</code> class, when a <code>KTable</code> is created from a 
source topic via <code>KStreamBuilder.table()</code>, its materialized state 
store
         will reuse the source topic as its changelog topic for restoring, and 
will disable logging to avoid appending new updates to the source topic; in the 
<code>StreamsBuilder</code> class introduced in 1.0, this behavior was changed
diff --git a/docs/upgrade.html b/docs/upgrade.html
index 2ba7fd3..86bf5dd 100644
--- a/docs/upgrade.html
+++ b/docs/upgrade.html
@@ -28,6 +28,7 @@
         <a 
href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-289%3A+Improve+the+default+group+id+behavior+in+KafkaConsumer";>KIP-289</a>.</li>
     <li>The <code>bin/kafka-topics.sh</code> command line tool is now able to 
connect directly to brokers with <code>--bootstrap-server</code> instead of 
zookeeper. The old <code>--zookeeper</code>
         option is still available for now. Please read <a 
href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-377%3A+TopicCommand+to+use+AdminClient";>KIP-377</a>
 for more information.</li>
+    <li>Kafka Streams depends on a newer version of RocksDBs that requires 
MacOS 10.13 or higher.</li>
 </ul>
 
 <h4><a id="upgrade_2_1_0" href="#upgrade_2_1_0">Upgrading from 0.8.x, 0.9.x, 
0.10.0.x, 0.10.1.x, 0.10.2.x, 0.11.0.x, 1.0.x, 1.1.x, or 2.0.0 to 2.1.0</a></h4>

Reply via email to