<a id="connect-references"></a>

# Kafka Connect Reference for Confluent Platform

This topic provides the reference information for Connect.

* [Kafka Connect Javadocs for Confluent Platform](javadocs.md)
* [REST interface](restapi.md)
  * [Content Types](restapi.md#content-types)
  * [Log levels](restapi.md#log-levels)
  * [Status and Errors](restapi.md#status-and-errors)
  * [Connect Cluster](restapi.md#kconnect-cluster)
  * [Connectors](restapi.md#connectors)
  * [Tasks](restapi.md#tasks)
  * [Topics](restapi.md#topics)
  * [Offsets](restapi.md#offsets)
    * [Alter / reset offset responses](restapi.md#alter-reset-offset-responses)
  * [Connector plugins](restapi.md#connector-plugins)
* [Kafka Connect Worker Configuration Properties for Confluent Platform](allconfigs.md)
  * [Common Worker Configuration](allconfigs.md#common-worker-configuration)
  * [Standalone Worker Configuration](allconfigs.md#standalone-worker-configuration)
  * [Distributed Worker Configuration](allconfigs.md#distributed-worker-configuration)
  * [Confluent Platform License Configuration](allconfigs.md#cp-license-configuration)
    * [License topic configuration](allconfigs.md#license-topic-configuration)
    * [License topic ACLs](allconfigs.md#license-topic-acls)
    * [Override Default Configuration Properties](allconfigs.md#override-default-configuration-properties)
  * [Override the Worker Configuration](allconfigs.md#override-the-worker-configuration)
    * [Examples](allconfigs.md#examples)
    * [Customize an Override](allconfigs.md#customize-an-override)
* [Connector Configuration Properties for Confluent Platform](connector-configs.md)
* [Kafka Connect Cluster Sizing for Confluent Platform connectors](connect-cluster-sizing.md)
  * [General sizing principles](connect-cluster-sizing.md#general-sizing-principles)
  * [Sizing for top connectors](connect-cluster-sizing.md#sizing-for-top-connectors)
  * [Connector-specific considerations](connect-cluster-sizing.md#connector-specific-considerations)
  * [Best practices](connect-cluster-sizing.md#best-practices)
  * [FAQs](connect-cluster-sizing.md#faqs)
    * [What are the recommended limits for a minimally sized cluster?](connect-cluster-sizing.md#what-are-the-recommended-limits-for-a-minimally-sized-cluster)
    * [How can I detect an undersized cluster?](connect-cluster-sizing.md#how-can-i-detect-an-undersized-cluster)
    * [Why am I getting low throughput despite having a large enough cluster?](connect-cluster-sizing.md#why-am-i-getting-low-throughput-despite-having-a-large-enough-cluster)
