You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by da...@apache.org on 2017/09/27 08:27:01 UTC

kafka git commit: MINOR:Updated Rabobank description

Repository: kafka
Updated Branches:
  refs/heads/trunk 73cc41666 -> 5b943ca8a


MINOR:Updated Rabobank description

dguy Please review

Author: Manjula K <ma...@kafka-summit.org>
Author: manjuapu <ma...@confluent.io>

Reviewers: Damian Guy <da...@gmail.com>

Closes #3963 from manjuapu/customer-logo-stream


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

Branch: refs/heads/trunk
Commit: 5b943ca8a9bec9f2c990d9d03fc0f4b7c3e9cca5
Parents: 73cc416
Author: Manjula K <ma...@kafka-summit.org>
Authored: Wed Sep 27 09:26:57 2017 +0100
Committer: Damian Guy <da...@gmail.com>
Committed: Wed Sep 27 09:26:57 2017 +0100

----------------------------------------------------------------------
 docs/streams/index.html | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/5b943ca8/docs/streams/index.html
----------------------------------------------------------------------
diff --git a/docs/streams/index.html b/docs/streams/index.html
index 3704a3d..112e304 100644
--- a/docs/streams/index.html
+++ b/docs/streams/index.html
@@ -213,9 +213,9 @@
          </div>
          <div class="customer__card customer-right" >
             <div class="customer__card__icon">
-                 <img src="/{{version}}/images/icons/rabobank.png">
+                 <img style="max-width:60%" src="../../images/powered-by/rabobank.jpg">
              </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 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. It is used by an increasing amount of financial processes and services, one which is Rabo Alerts. This service alerts customers in real-time upon financial events and is built using Kafka Streams.
              </span>
              <a href="https://www.confluent.io/blog/real-time-financial-alerts-rabobank-apache-kafkas-streams-api/">Learn More</a> 
          </div>
@@ -223,7 +223,7 @@
      <div class="customer_cards_2">
         <div class="customer__card customer_z">
            <div class="customer__card__icon" >
-                 <img src="/{{version}}/images/icons/zalando.png">
+                 <img style="max-width:60%"  src="../../images/powered-by/zalando.jpg">
               </div>  
               <span class="customer__card__label">As the leading online fashion retailer in Europe, Zalando uses Apache 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>
@@ -237,6 +237,7 @@
         </div>
         
     </div> 
+    
     <div class="pagination">
         <a href="#" class="pagination__btn pagination__btn__prev pagination__btn--disabled">Previous</a>
         <a href="/{{version}}/documentation/streams/quickstart" class="pagination__btn pagination__btn__next">Next</a>