• Product
  • Services
  • Resources
  • About
  • Blog
  • Download
  • What is the Confluent Platform?
  • Confluent Platform 3.2.2 Release Notes
  • Installation
  • Upgrade
  • Confluent Platform Quickstart
  • Application Development
  • Operations
  • Docker
  • Confluent Control Center
  • Kafka Security
  • Kafka Streams
  • Kafka Connect
  • Kafka Clients
    • Kafka Consumers
    • Kafka Producers
    • Confluent’s JMS Client for Apache Kafka
    • API Docs
  • Schema Registry
  • Kafka REST Proxy
  • Multi Data-Center Deployment
  • Data Serialization and Evolution
  • Camus
  • Confluent Proactive Support
  • Previous Versions
Version 3.2.2
  • Docs »
  • Kafka Clients
  • View page source

Kafka ClientsΒΆ

This section discusses the Kafka clients included with the Confluent Platform including clients for Java, C/C++, Python, and Go.

Advanced use cases for librdkafka are documented in the librdkafka wiki.

Tip

You may also want to take a look at Kafka Streams, which is a powerful, easy-to-use library for building highly scalable, fault-tolerant, distributed stream processing applications on top of Kafka.

  • Kafka Consumers
    • Concepts
    • Configuration
    • Initialization
    • Basic Usage
      • Java Client
      • C/C++ Client (librdkafka)
      • Python, Go and .NET Clients
    • Detailed Examples
      • Basic Poll Loop
      • Shutdown with Wakeup
      • Synchronous Commits
      • Asynchronous Commits
    • Administration
      • List Groups
      • Describe Group
  • Kafka Producers
    • Concepts
    • Configuration
    • Examples
      • Initial Setup
      • Asynchronous Writes
      • Synchronous Writes
  • Confluent’s JMS Client for Apache Kafka
    • Overview
    • Examples
      • Producing messages
      • Consuming messages
    • Requirements
    • Installation
    • JMS 1.1 Compatibility
    • Features
    • Unsupported Features
      • Session
      • ConnectionFactory
      • Connection
    • Developing JMS Clients
      • Dependencies
      • Configure and Create a ConnectionFactory
      • Setting Required Properties
      • Enabling Confluent Specific Features (Optional)
      • Enabling TLS Encryption (Optional)
      • Create a ConnectionFactory
      • Creating a Destination
      • Creating a Connection
      • Creating Sessions
      • Producing / Consuming Messages
    • Threading
  • API Docs
Next Previous

© Copyright 2017, Confluent, Inc. All other trademarks, servicemarks, and copyrights are the property of their respective owners.

Built with Sphinx using a theme provided by Read the Docs.
v.--