Docs.rs
  • kafka-0.10.0
    • kafka 0.10.0
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • xitep
    • spicavigo
    • dead10ck
    • johnward
    • Dependencies
      • byteorder ^1.4.3 normal
      • crc ^3.0.0 normal
      • flate2 ^1.0.23 normal optional
      • fnv ^1.0.7 normal
      • openssl ^0.10.40 normal optional
      • openssl-sys ^0.9.73 normal optional
      • ref_slice ^1.2.1 normal
      • snap ^1.0.5 normal optional
      • thiserror ^1.0.31 normal
      • tracing ^0.1.34 normal
      • twox-hash ^1.6.3 normal
      • anyhow ^1.0.55 dev
      • getopts ^0.2.21 dev
      • lazy_static ^1.4.0 dev
      • rand ^0.8.5 dev
      • time ^0.3.7 dev
      • tracing-subscriber ^0.3 dev
    • Versions
    • 90.63% of the crate is documented
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

kafka0.10.0

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Type Aliases

List of all items

Structs

  • client::CommitOffset
  • client::FetchGroupOffset
  • client::FetchPartition
  • client::KafkaClient
  • client::PartitionOffset
  • client::ProduceConfirm
  • client::ProduceMessage
  • client::ProducePartitionConfirm
  • client::SecurityConfig
  • client::fetch::Data
  • client::fetch::Message
  • client::fetch::Partition
  • client::fetch::Response
  • client::fetch::Topic
  • client::metadata::Broker
  • client::metadata::Partition
  • client::metadata::PartitionIter
  • client::metadata::Partitions
  • client::metadata::Topic
  • client::metadata::TopicIter
  • client::metadata::TopicNames
  • client::metadata::Topics
  • consumer::Builder
  • consumer::Consumer
  • consumer::MessageSet
  • consumer::MessageSets
  • consumer::MessageSetsIter
  • producer::Builder
  • producer::DefaultPartitioner
  • producer::Partitions
  • producer::Producer
  • producer::Record
  • producer::Topics

Enums

  • client::Compression
  • client::FetchOffset
  • client::GroupOffsetStorage
  • client::RequiredAcks
  • error::Error
  • error::KafkaCode

Traits

  • producer::AsBytes
  • producer::Partitioner

Type Aliases

  • error::Result
  • producer::DefaultHasher

Constants

  • client::DEFAULT_COMPRESSION
  • client::DEFAULT_CONNECTION_IDLE_TIMEOUT_MILLIS
  • client::DEFAULT_FETCH_CRC_VALIDATION
  • client::DEFAULT_FETCH_MAX_BYTES_PER_PARTITION
  • client::DEFAULT_FETCH_MAX_WAIT_TIME_MILLIS
  • client::DEFAULT_FETCH_MIN_BYTES
  • client::DEFAULT_GROUP_OFFSET_STORAGE
  • client::DEFAULT_RETRY_BACKOFF_TIME_MILLIS
  • client::DEFAULT_RETRY_MAX_ATTEMPTS
  • consumer::DEFAULT_FALLBACK_OFFSET
  • consumer::DEFAULT_RETRY_MAX_BYTES_LIMIT
  • producer::DEFAULT_ACK_TIMEOUT_MILLIS
  • producer::DEFAULT_REQUIRED_ACKS