title: Krafka
description: A pure Rust, async-native Apache Kafka client
url: "https://hupe1980.github.io"
baseurl: "/krafka"
remote_theme: just-the-docs/just-the-docs@v0.7.0
logo: "/assets/images/logo.svg"
aux_links:
"GitHub":
- "https://github.com/hupe1980/krafka"
"Crates.io":
- "https://crates.io/crates/krafka"
"docs.rs":
- "https://docs.rs/krafka"
aux_links_new_tab: true
footer_content: "Licensed under MIT. Copyright © 2026 Krafka Contributors."
color_scheme: light
search_enabled: true
search:
heading_level: 2
previews: 3
preview_words_before: 5
preview_words_after: 10
tokenizer_separator: /[\s/]+/
rel_url: true
button: false
back_to_top: true
back_to_top_text: "Back to top"
collections:
docs:
permalink: "/:collection/:path/"
output: true
just_the_docs:
collections:
docs:
name: Documentation
nav_exclude: false
search_exclude: false
heading_anchors: true
nav_external_links:
- title: API Reference
url: https://docs.rs/krafka
hide_icon: false
enable_copy_code_button: true
kramdown:
syntax_highlighter_opts:
block:
line_numbers: false
markdown: kramdown
highlighter: rouge
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor