> ## Documentation Index
> Fetch the complete documentation index at: https://docs.streamnative.io/llms.txt
> Use this file to discover all available pages before exploring further.

# StreamNative Kafka Service

> Native Apache Kafka on the Lakestream architecture. Get started with managed Kafka in minutes.

<div
  style={{
paddingTop: '40px',
maxWidth: '1200px',
margin: '0 auto 40px auto'
}}
>
  <div
    style={{
background: "url('https://mintcdn.com/streamnative/-16ucd4JQSxezbe3/images/shared/hero-bg.webp?fit=max&auto=format&n=-16ucd4JQSxezbe3&q=85&s=411b78c592cc11cee9fa6b54cec40b2e') lightgray 50% / cover no-repeat",
backgroundBlendMode: 'multiply, normal',
borderRadius: '12px',
padding: '60px 40px',
textAlign: 'center',
color: 'white'
}}
  >
    <h1
      style={{
fontFamily: "'Funnel Display', sans-serif",
fontSize: '2.875rem',
fontWeight: '500',
lineHeight: '1.1',
letterSpacing: '-0.02em',
margin: '0 0 20px 0'
}}
    >
      StreamNative Kafka Service
    </h1>

    <p
      style={{
fontFamily: "'Funnel Sans', sans-serif",
fontSize: '1.125rem',
fontWeight: '400',
opacity: '0.9',
maxWidth: '700px',
margin: '0 auto 24px auto',
lineHeight: '1.5'
}}
    >
      Native Apache Kafka, powered by the Lakestream architecture. 100% Kafka API compatible, leaderless, and lakehouse-native.
    </p>

    <p
      style={{
fontFamily: "'Funnel Sans', sans-serif",
fontSize: '1rem',
fontWeight: '400',
opacity: '0.8',
maxWidth: '500px',
margin: '0 auto',
lineHeight: '1.5'
}}
    >
      💡 Use <kbd style={{background: 'rgba(255,255,255,0.2)', padding: '2px 6px', borderRadius: '4px', fontFamily: "'DM Mono', monospace", fontSize: '0.9em'}}>⌘K</kbd> to search our documentation anytime
    </p>
  </div>
</div>

<div
  style={{
maxWidth: '1200px',
margin: '0 auto',
padding: '0 20px'
}}
>
  <CardGroup cols={3}>
    <Card title="Get Started" icon="play" href="/kafka/kafka-getting-started">
      Create a Kafka cluster and produce your first message in under 5 minutes.
    </Card>

    <Card title="Kafka Service Overview" icon="book-open" href="/kafka/overview">
      Learn about StreamNative Kafka Service, deployment options, and the Lakestream architecture.
    </Card>

    <Card title="Migrate to StreamNative" icon="right-left" href="/kafka/kafka-migration-guide">
      Move from MSK, Confluent, or self-managed Kafka with zero code changes.
    </Card>
  </CardGroup>

  <CardGroup cols={3}>
    <Card title="Kafka Clients" icon="code" href="/cloud/build/kafka-clients/kafka-on-cloud">
      Java, Python, Go, Node.js, C/C++, and .NET client guides for StreamNative Kafka Service.
    </Card>

    <Card title="Kafka Connect" icon="plug" href="/cloud/connect/kafka-connect/kafka-connect-overview">
      Deploy and manage Kafka Connect connectors for data integration.
    </Card>

    <Card title="Kafka-Pulsar Concepts" icon="arrows-left-right" href="/cloud/overview/kafka-pulsar-concepts">
      Map concepts between Kafka and Pulsar if you work with both protocols.
    </Card>
  </CardGroup>

  <CardGroup cols={3}>
    <Card title="Lakestream Architecture" icon="layer-group" href="/cloud/overview/lakestream-overview">
      Understand the cloud-native architecture powering both Kafka and Pulsar services.
    </Card>

    <Card title="Choose Kafka or Pulsar" icon="code-compare" href="/cloud/overview/choose-kafka-or-pulsar">
      Compare protocols and choose the right one for your workload.
    </Card>
  </CardGroup>
</div>
