Github user ewencp commented on a diff in the pull request: https://github.com/apache/kafka-site/pull/79#discussion_r139804582 --- Diff: 0110/streams/index.html --- @@ -202,7 +202,40 @@ <h3 style="max-width: 75rem;">The easiest way to write mission-critical real-tim </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="/0110/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="/0110/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="customer__cards customer_cards_2"> --- End diff -- We should delete the commented stuff.
---