Repository: kafka-site
Updated Branches:
  refs/heads/asf-site 19d643354 -> a872ac8a1


Deploy latest 0110 docs from Kafka commit f16fc68e


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

Branch: refs/heads/asf-site
Commit: a872ac8a1b61157cd76f8907f692101dea9ebe2f
Parents: 19d6433
Author: Ewen Cheslack-Postava <m...@ewencp.org>
Authored: Wed Sep 20 09:01:12 2017 -0700
Committer: Ewen Cheslack-Postava <m...@ewencp.org>
Committed: Wed Sep 20 09:01:12 2017 -0700

----------------------------------------------------------------------
 0110/generated/producer_metrics.html |   0
 0110/images/icons/line.png           | Bin 0 -> 676 bytes
 0110/images/icons/new-york.png       | Bin 0 -> 3381 bytes
 0110/images/icons/rabobank.png       | Bin 0 -> 3593 bytes
 0110/images/icons/zalando.png        | Bin 0 -> 2716 bytes
 0110/streams/index.html              |  20 ++++++++++++++++++--
 0110/toc.html                        |   2 +-
 7 files changed, 19 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a872ac8a/0110/generated/producer_metrics.html
----------------------------------------------------------------------
diff --git a/0110/generated/producer_metrics.html 
b/0110/generated/producer_metrics.html
new file mode 100644
index 0000000..e69de29

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a872ac8a/0110/images/icons/line.png
----------------------------------------------------------------------
diff --git a/0110/images/icons/line.png b/0110/images/icons/line.png
new file mode 100755
index 0000000..4587d21
Binary files /dev/null and b/0110/images/icons/line.png differ

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a872ac8a/0110/images/icons/new-york.png
----------------------------------------------------------------------
diff --git a/0110/images/icons/new-york.png b/0110/images/icons/new-york.png
new file mode 100755
index 0000000..42a4b0b
Binary files /dev/null and b/0110/images/icons/new-york.png differ

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a872ac8a/0110/images/icons/rabobank.png
----------------------------------------------------------------------
diff --git a/0110/images/icons/rabobank.png b/0110/images/icons/rabobank.png
new file mode 100755
index 0000000..ddad710
Binary files /dev/null and b/0110/images/icons/rabobank.png differ

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a872ac8a/0110/images/icons/zalando.png
----------------------------------------------------------------------
diff --git a/0110/images/icons/zalando.png b/0110/images/icons/zalando.png
new file mode 100755
index 0000000..719a7dc
Binary files /dev/null and b/0110/images/icons/zalando.png differ

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a872ac8a/0110/streams/index.html
----------------------------------------------------------------------
diff --git a/0110/streams/index.html b/0110/streams/index.html
index 4b95076..fd7a62f 100644
--- a/0110/streams/index.html
+++ b/0110/streams/index.html
@@ -201,8 +201,24 @@
             </pre>
         </div>
     </div>
-
-    
+    <h3 class="customer-title">See how Kafka Streams is being used</h3>
+    <div class="customer__cards">
+         <div class="customer__card">
+             <div class="customer__card__icon">
+                 <img src="/{{version}}/images/icons/rabobank.png">
+             </div>  
+             <span class="customer__card__label">Rabobank is one of the 3 
largest banks in the Netherlands. Its digital nervous system, the Business 
Event Bus, is powered by Apache Kafka and Kafka Streams.
+             </span>
+             <a 
href="https://www.confluent.io/blog/real-time-financial-alerts-rabobank-apache-kafkas-streams-api/";>Learn
 More</a>
+         </div>
+         <div class="customer__card customer-right" >
+              <div class="customer__card__icon" >
+                 <img src="/{{version}}/images/icons/zalando.png">
+              </div>  
+              <span class="customer__card__label">As the leading online 
fashion retailer in Europe, Zalando uses Kafka as an ESB (Enterprise Service 
Bus), which helps us in transitioning from a monolithic to a micro services 
architecture. Using Kafka for processing event streams enables our technical 
team to do near-real time business intelligence.</span>
+              <a 
href="https://kafka-summit.org/sessions/using-kstreams-ktables-calculate-real-time-domain-rankings/";>Learn
 More</a>
+         </div>
+     </div>
 
     <div class="pagination">
         <a href="#" class="pagination__btn pagination__btn__prev 
pagination__btn--disabled">Previous</a>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/a872ac8a/0110/toc.html
----------------------------------------------------------------------
diff --git a/0110/toc.html b/0110/toc.html
index 5704768..e7d939e 100644
--- a/0110/toc.html
+++ b/0110/toc.html
@@ -141,7 +141,7 @@
                 <li><a href="#connect_development">8.3 Connector Development 
Guide</a></li>
             </ul>
         </li>
-        <li><a href="/documentation/streams">9. Kafka Streams</a>
+        <li><a href="/{{version}}/documentation/streams">9. Kafka Streams</a>
             <ul>
                 <li><a 
href="/{{version}}/documentation/streams/quickstart">9.1 Play with a Streams 
Application</a></li>
                 <li><a href="/{{version}}/documentation/streams/tutorial">9.2 
Write your own Streams Applications</a></li>

Reply via email to