|  | <!--#include virtual="includes/_header.htm" --> | 
|  | <body class="page-quickstart "> | 
|  | <!--#include virtual="includes/_top.htm" --> | 
|  | <div class="content"> | 
|  | <!--#include virtual="includes/_nav.htm" --> | 
|  | <!-- should always link the the latest release's documentation --> | 
|  | <div class="page-header"> | 
|  | <h1 class="page-header-title">Apache Kafka Quickstart</h1> | 
|  | <p class="page-header-text">Interested in getting started with Kafka?  Follow the instructions in this quickstart, or watch the video below.</p> | 
|  |  | 
|  | <div class="page-header-video"> | 
|  | <iframe | 
|  | class="youtube-embed page-header-video-embed" | 
|  | width="480" height="270" | 
|  | src="https://www.youtube.com/embed/FKgi3n-FyNU" | 
|  | frameborder="0" | 
|  | allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen> | 
|  | </iframe> | 
|  | </div> | 
|  |  | 
|  | </div> | 
|  | <!--#include virtual="25/quickstart-zookeeper.html" --> | 
|  | <!--#include virtual="includes/_footer.htm" --> | 
|  | <script> | 
|  | // Show selected style on nav item | 
|  | $(function() { $('.b-nav__quickstart').addClass('selected'); }); | 
|  | </script> |