blob: d31a6f983157e0482a83fe0e497e02ad16a8e125 [file] [log] [blame]
<!--#include virtual="includes/_header.htm" -->
<body class="page-quickstart ">
<!--#include virtual="includes/_top.htm" -->
<div class="content">
<!--#include virtual="includes/_nav.htm" -->
<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?modestbranding=1"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</iframe>
</div>
</div>
<!-- should always link the the latest release's documentation -->
<!--#include virtual="26/quickstart-zookeeper.html" -->
<!--#include virtual="includes/_footer.htm" -->
<script>
// Show selected style on nav item
$(function() { $('.b-nav__quickstart').addClass('selected'); });
</script>