You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by rs...@apache.org on 2017/11/17 14:47:14 UTC

[43/51] [partial] kafka-site git commit: Update site for 0.11.0.2 release

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/ae86b7d5/0110/javadoc/org/apache/kafka/clients/consumer/ConsumerConfig.html
----------------------------------------------------------------------
diff --git a/0110/javadoc/org/apache/kafka/clients/consumer/ConsumerConfig.html b/0110/javadoc/org/apache/kafka/clients/consumer/ConsumerConfig.html
index 17a36c5..eaeee53 100644
--- a/0110/javadoc/org/apache/kafka/clients/consumer/ConsumerConfig.html
+++ b/0110/javadoc/org/apache/kafka/clients/consumer/ConsumerConfig.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:55 BST 2017 -->
-<title>ConsumerConfig (kafka 0.11.0.1 API)</title>
-<meta name="date" content="2017-09-05">
+<!-- Generated by javadoc (version 1.7.0_80) on Fri Nov 10 23:49:15 GMT 2017 -->
+<title>ConsumerConfig (kafka 0.11.0.2 API)</title>
+<meta name="date" content="2017-11-10">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ConsumerConfig (kafka 0.11.0.1 API)";
+        parent.document.title="ConsumerConfig (kafka 0.11.0.2 API)";
     }
 //-->
 </script>
@@ -83,7 +83,7 @@
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li>java.lang.Object</li>
 <li>
 <ul class="inheritance">
 <li><a href="../../../../../org/apache/kafka/common/config/AbstractConfig.html" title="class in org.apache.kafka.common.config">org.apache.kafka.common.config.AbstractConfig</a></li>
@@ -122,41 +122,41 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <th class="colLast" scope="col">Field and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#AUTO_COMMIT_INTERVAL_MS_CONFIG">AUTO_COMMIT_INTERVAL_MS_CONFIG</a></strong></code>
 <div class="block"><code>auto.commit.interval.ms</code></div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#AUTO_OFFSET_RESET_CONFIG">AUTO_OFFSET_RESET_CONFIG</a></strong></code>
 <div class="block"><code>auto.offset.reset</code></div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#AUTO_OFFSET_RESET_DOC">AUTO_OFFSET_RESET_DOC</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#BOOTSTRAP_SERVERS_CONFIG">BOOTSTRAP_SERVERS_CONFIG</a></strong></code>
 <div class="block"><code>bootstrap.servers</code></div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#CHECK_CRCS_CONFIG">CHECK_CRCS_CONFIG</a></strong></code>
 <div class="block"><code>check.crcs</code></div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#CLIENT_ID_CONFIG">CLIENT_ID_CONFIG</a></strong></code>
 <div class="block"><code>client.id</code></div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#CONNECTIONS_MAX_IDLE_MS_CONFIG">CONNECTIONS_MAX_IDLE_MS_CONFIG</a></strong></code>
 <div class="block"><code>connections.max.idle.ms</code></div>
 </td>
@@ -170,7 +170,7 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#DEFAULT_FETCH_MAX_BYTES">DEFAULT_FETCH_MAX_BYTES</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#DEFAULT_ISOLATION_LEVEL">DEFAULT_ISOLATION_LEVEL</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
@@ -178,181 +178,181 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#DEFAULT_MAX_PARTITION_FETCH_BYTES">DEFAULT_MAX_PARTITION_FETCH_BYTES</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#ENABLE_AUTO_COMMIT_CONFIG">ENABLE_AUTO_COMMIT_CONFIG</a></strong></code>
 <div class="block"><code>enable.auto.commit</code></div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#EXCLUDE_INTERNAL_TOPICS_CONFIG">EXCLUDE_INTERNAL_TOPICS_CONFIG</a></strong></code>
 <div class="block"><code>exclude.internal.topics</code></div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#FETCH_MAX_BYTES_CONFIG">FETCH_MAX_BYTES_CONFIG</a></strong></code>
 <div class="block"><code>fetch.max.bytes</code></div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#FETCH_MAX_WAIT_MS_CONFIG">FETCH_MAX_WAIT_MS_CONFIG</a></strong></code>
 <div class="block"><code>fetch.max.wait.ms</code></div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#FETCH_MIN_BYTES_CONFIG">FETCH_MIN_BYTES_CONFIG</a></strong></code>
 <div class="block"><code>fetch.min.bytes</code></div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#GROUP_ID_CONFIG">GROUP_ID_CONFIG</a></strong></code>
 <div class="block"><code>group.id</code></div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#HEARTBEAT_INTERVAL_MS_CONFIG">HEARTBEAT_INTERVAL_MS_CONFIG</a></strong></code>
 <div class="block"><code>heartbeat.interval.ms</code></div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#INTERCEPTOR_CLASSES_CONFIG">INTERCEPTOR_CLASSES_CONFIG</a></strong></code>
 <div class="block"><code>interceptor.classes</code></div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#INTERCEPTOR_CLASSES_DOC">INTERCEPTOR_CLASSES_DOC</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#ISOLATION_LEVEL_CONFIG">ISOLATION_LEVEL_CONFIG</a></strong></code>
 <div class="block"><code>isolation.level</code></div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#ISOLATION_LEVEL_DOC">ISOLATION_LEVEL_DOC</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#KEY_DESERIALIZER_CLASS_CONFIG">KEY_DESERIALIZER_CLASS_CONFIG</a></strong></code>
 <div class="block"><code>key.deserializer</code></div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#KEY_DESERIALIZER_CLASS_DOC">KEY_DESERIALIZER_CLASS_DOC</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#MAX_PARTITION_FETCH_BYTES_CONFIG">MAX_PARTITION_FETCH_BYTES_CONFIG</a></strong></code>
 <div class="block"><code>max.partition.fetch.bytes</code></div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#MAX_POLL_INTERVAL_MS_CONFIG">MAX_POLL_INTERVAL_MS_CONFIG</a></strong></code>
 <div class="block"><code>max.poll.interval.ms</code></div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#MAX_POLL_RECORDS_CONFIG">MAX_POLL_RECORDS_CONFIG</a></strong></code>
 <div class="block"><code>max.poll.records</code></div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#METADATA_MAX_AGE_CONFIG">METADATA_MAX_AGE_CONFIG</a></strong></code>
 <div class="block"><code>metadata.max.age.ms</code></div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#METRIC_REPORTER_CLASSES_CONFIG">METRIC_REPORTER_CLASSES_CONFIG</a></strong></code>
 <div class="block"><code>metric.reporters</code></div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#METRICS_NUM_SAMPLES_CONFIG">METRICS_NUM_SAMPLES_CONFIG</a></strong></code>
 <div class="block"><code>metrics.num.samples</code></div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#METRICS_RECORDING_LEVEL_CONFIG">METRICS_RECORDING_LEVEL_CONFIG</a></strong></code>
 <div class="block"><code>metrics.log.level</code></div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#METRICS_SAMPLE_WINDOW_MS_CONFIG">METRICS_SAMPLE_WINDOW_MS_CONFIG</a></strong></code>
 <div class="block"><code>metrics.sample.window.ms</code></div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#PARTITION_ASSIGNMENT_STRATEGY_CONFIG">PARTITION_ASSIGNMENT_STRATEGY_CONFIG</a></strong></code>
 <div class="block"><code>partition.assignment.strategy</code></div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#RECEIVE_BUFFER_CONFIG">RECEIVE_BUFFER_CONFIG</a></strong></code>
 <div class="block"><code>receive.buffer.bytes</code></div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#RECONNECT_BACKOFF_MAX_MS_CONFIG">RECONNECT_BACKOFF_MAX_MS_CONFIG</a></strong></code>
 <div class="block"><code>reconnect.backoff.max.ms</code></div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#RECONNECT_BACKOFF_MS_CONFIG">RECONNECT_BACKOFF_MS_CONFIG</a></strong></code>
 <div class="block"><code>reconnect.backoff.ms</code></div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#REQUEST_TIMEOUT_MS_CONFIG">REQUEST_TIMEOUT_MS_CONFIG</a></strong></code>
 <div class="block"><code>request.timeout.ms</code></div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#RETRY_BACKOFF_MS_CONFIG">RETRY_BACKOFF_MS_CONFIG</a></strong></code>
 <div class="block"><code>retry.backoff.ms</code></div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#SEND_BUFFER_CONFIG">SEND_BUFFER_CONFIG</a></strong></code>
 <div class="block"><code>send.buffer.bytes</code></div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#SESSION_TIMEOUT_MS_CONFIG">SESSION_TIMEOUT_MS_CONFIG</a></strong></code>
 <div class="block"><code>session.timeout.ms</code></div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#VALUE_DESERIALIZER_CLASS_CONFIG">VALUE_DESERIALIZER_CLASS_CONFIG</a></strong></code>
 <div class="block"><code>value.deserializer</code></div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#VALUE_DESERIALIZER_CLASS_DOC">VALUE_DESERIALIZER_CLASS_DOC</a></strong></code>&nbsp;</td>
 </tr>
 </table>
@@ -371,28 +371,28 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#addDeserializerToConfig(java.util.Map,%20org.apache.kafka.common.serialization.Deserializer,%20org.apache.kafka.common.serialization.Deserializer)">addDeserializerToConfig</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;configs,
+<td class="colFirst"><code>static java.util.Map&lt;java.lang.String,java.lang.Object&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#addDeserializerToConfig(java.util.Map,%20org.apache.kafka.common.serialization.Deserializer,%20org.apache.kafka.common.serialization.Deserializer)">addDeserializerToConfig</a></strong>(java.util.Map&lt;java.lang.String,java.lang.Object&gt;&nbsp;configs,
                        <a href="../../../../../org/apache/kafka/common/serialization/Deserializer.html" title="interface in org.apache.kafka.common.serialization">Deserializer</a>&lt;?&gt;&nbsp;keyDeserializer,
                        <a href="../../../../../org/apache/kafka/common/serialization/Deserializer.html" title="interface in org.apache.kafka.common.serialization">Deserializer</a>&lt;?&gt;&nbsp;valueDeserializer)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#addDeserializerToConfig(java.util.Properties,%20org.apache.kafka.common.serialization.Deserializer,%20org.apache.kafka.common.serialization.Deserializer)">addDeserializerToConfig</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;properties,
+<td class="colFirst"><code>static java.util.Properties</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#addDeserializerToConfig(java.util.Properties,%20org.apache.kafka.common.serialization.Deserializer,%20org.apache.kafka.common.serialization.Deserializer)">addDeserializerToConfig</a></strong>(java.util.Properties&nbsp;properties,
                        <a href="../../../../../org/apache/kafka/common/serialization/Deserializer.html" title="interface in org.apache.kafka.common.serialization">Deserializer</a>&lt;?&gt;&nbsp;keyDeserializer,
                        <a href="../../../../../org/apache/kafka/common/serialization/Deserializer.html" title="interface in org.apache.kafka.common.serialization">Deserializer</a>&lt;?&gt;&nbsp;valueDeserializer)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
+<td class="colFirst"><code>static java.util.Set&lt;java.lang.String&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#configNames()">configNames</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#main(java.lang.String[])">main</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;args)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#main(java.lang.String[])">main</a></strong>(java.lang.String[]&nbsp;args)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#postProcessParsedConfig(java.util.Map)">postProcessParsedConfig</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;parsedValues)</code>
+<td class="colFirst"><code>protected java.util.Map&lt;java.lang.String,java.lang.Object&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerConfig.html#postProcessParsedConfig(java.util.Map)">postProcessParsedConfig</a></strong>(java.util.Map&lt;java.lang.String,java.lang.Object&gt;&nbsp;parsedValues)</code>
 <div class="block">Called directly after user configs got parsed (and thus default values got set).</div>
 </td>
 </tr>
@@ -408,8 +408,8 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.ht
 ml?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait</code></li>
 </ul>
 </li>
 </ul>
@@ -431,7 +431,7 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>GROUP_ID_CONFIG</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> GROUP_ID_CONFIG</pre>
+<pre>public static final&nbsp;java.lang.String GROUP_ID_CONFIG</pre>
 <div class="block"><code>group.id</code></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.kafka.clients.consumer.ConsumerConfig.GROUP_ID_CONFIG">Constant Field Values</a></dd></dl>
 </li>
@@ -442,7 +442,7 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>MAX_POLL_RECORDS_CONFIG</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> MAX_POLL_RECORDS_CONFIG</pre>
+<pre>public static final&nbsp;java.lang.String MAX_POLL_RECORDS_CONFIG</pre>
 <div class="block"><code>max.poll.records</code></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.kafka.clients.consumer.ConsumerConfig.MAX_POLL_RECORDS_CONFIG">Constant Field Values</a></dd></dl>
 </li>
@@ -453,7 +453,7 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>MAX_POLL_INTERVAL_MS_CONFIG</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> MAX_POLL_INTERVAL_MS_CONFIG</pre>
+<pre>public static final&nbsp;java.lang.String MAX_POLL_INTERVAL_MS_CONFIG</pre>
 <div class="block"><code>max.poll.interval.ms</code></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.kafka.clients.consumer.ConsumerConfig.MAX_POLL_INTERVAL_MS_CONFIG">Constant Field Values</a></dd></dl>
 </li>
@@ -464,7 +464,7 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>SESSION_TIMEOUT_MS_CONFIG</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> SESSION_TIMEOUT_MS_CONFIG</pre>
+<pre>public static final&nbsp;java.lang.String SESSION_TIMEOUT_MS_CONFIG</pre>
 <div class="block"><code>session.timeout.ms</code></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.kafka.clients.consumer.ConsumerConfig.SESSION_TIMEOUT_MS_CONFIG">Constant Field Values</a></dd></dl>
 </li>
@@ -475,7 +475,7 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>HEARTBEAT_INTERVAL_MS_CONFIG</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> HEARTBEAT_INTERVAL_MS_CONFIG</pre>
+<pre>public static final&nbsp;java.lang.String HEARTBEAT_INTERVAL_MS_CONFIG</pre>
 <div class="block"><code>heartbeat.interval.ms</code></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.kafka.clients.consumer.ConsumerConfig.HEARTBEAT_INTERVAL_MS_CONFIG">Constant Field Values</a></dd></dl>
 </li>
@@ -486,7 +486,7 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>BOOTSTRAP_SERVERS_CONFIG</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> BOOTSTRAP_SERVERS_CONFIG</pre>
+<pre>public static final&nbsp;java.lang.String BOOTSTRAP_SERVERS_CONFIG</pre>
 <div class="block"><code>bootstrap.servers</code></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.kafka.clients.consumer.ConsumerConfig.BOOTSTRAP_SERVERS_CONFIG">Constant Field Values</a></dd></dl>
 </li>
@@ -497,7 +497,7 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>ENABLE_AUTO_COMMIT_CONFIG</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> ENABLE_AUTO_COMMIT_CONFIG</pre>
+<pre>public static final&nbsp;java.lang.String ENABLE_AUTO_COMMIT_CONFIG</pre>
 <div class="block"><code>enable.auto.commit</code></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.kafka.clients.consumer.ConsumerConfig.ENABLE_AUTO_COMMIT_CONFIG">Constant Field Values</a></dd></dl>
 </li>
@@ -508,7 +508,7 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>AUTO_COMMIT_INTERVAL_MS_CONFIG</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> AUTO_COMMIT_INTERVAL_MS_CONFIG</pre>
+<pre>public static final&nbsp;java.lang.String AUTO_COMMIT_INTERVAL_MS_CONFIG</pre>
 <div class="block"><code>auto.commit.interval.ms</code></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.kafka.clients.consumer.ConsumerConfig.AUTO_COMMIT_INTERVAL_MS_CONFIG">Constant Field Values</a></dd></dl>
 </li>
@@ -519,7 +519,7 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>PARTITION_ASSIGNMENT_STRATEGY_CONFIG</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> PARTITION_ASSIGNMENT_STRATEGY_CONFIG</pre>
+<pre>public static final&nbsp;java.lang.String PARTITION_ASSIGNMENT_STRATEGY_CONFIG</pre>
 <div class="block"><code>partition.assignment.strategy</code></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.kafka.clients.consumer.ConsumerConfig.PARTITION_ASSIGNMENT_STRATEGY_CONFIG">Constant Field Values</a></dd></dl>
 </li>
@@ -530,7 +530,7 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>AUTO_OFFSET_RESET_CONFIG</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> AUTO_OFFSET_RESET_CONFIG</pre>
+<pre>public static final&nbsp;java.lang.String AUTO_OFFSET_RESET_CONFIG</pre>
 <div class="block"><code>auto.offset.reset</code></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.kafka.clients.consumer.ConsumerConfig.AUTO_OFFSET_RESET_CONFIG">Constant Field Values</a></dd></dl>
 </li>
@@ -541,7 +541,7 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>AUTO_OFFSET_RESET_DOC</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> AUTO_OFFSET_RESET_DOC</pre>
+<pre>public static final&nbsp;java.lang.String AUTO_OFFSET_RESET_DOC</pre>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.kafka.clients.consumer.ConsumerConfig.AUTO_OFFSET_RESET_DOC">Constant Field Values</a></dd></dl>
 </li>
 </ul>
@@ -551,7 +551,7 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>FETCH_MIN_BYTES_CONFIG</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> FETCH_MIN_BYTES_CONFIG</pre>
+<pre>public static final&nbsp;java.lang.String FETCH_MIN_BYTES_CONFIG</pre>
 <div class="block"><code>fetch.min.bytes</code></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.kafka.clients.consumer.ConsumerConfig.FETCH_MIN_BYTES_CONFIG">Constant Field Values</a></dd></dl>
 </li>
@@ -562,7 +562,7 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>FETCH_MAX_BYTES_CONFIG</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> FETCH_MAX_BYTES_CONFIG</pre>
+<pre>public static final&nbsp;java.lang.String FETCH_MAX_BYTES_CONFIG</pre>
 <div class="block"><code>fetch.max.bytes</code></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.kafka.clients.consumer.ConsumerConfig.FETCH_MAX_BYTES_CONFIG">Constant Field Values</a></dd></dl>
 </li>
@@ -583,7 +583,7 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>FETCH_MAX_WAIT_MS_CONFIG</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> FETCH_MAX_WAIT_MS_CONFIG</pre>
+<pre>public static final&nbsp;java.lang.String FETCH_MAX_WAIT_MS_CONFIG</pre>
 <div class="block"><code>fetch.max.wait.ms</code></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.kafka.clients.consumer.ConsumerConfig.FETCH_MAX_WAIT_MS_CONFIG">Constant Field Values</a></dd></dl>
 </li>
@@ -594,7 +594,7 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>METADATA_MAX_AGE_CONFIG</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> METADATA_MAX_AGE_CONFIG</pre>
+<pre>public static final&nbsp;java.lang.String METADATA_MAX_AGE_CONFIG</pre>
 <div class="block"><code>metadata.max.age.ms</code></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.kafka.clients.consumer.ConsumerConfig.METADATA_MAX_AGE_CONFIG">Constant Field Values</a></dd></dl>
 </li>
@@ -605,7 +605,7 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>MAX_PARTITION_FETCH_BYTES_CONFIG</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> MAX_PARTITION_FETCH_BYTES_CONFIG</pre>
+<pre>public static final&nbsp;java.lang.String MAX_PARTITION_FETCH_BYTES_CONFIG</pre>
 <div class="block"><code>max.partition.fetch.bytes</code></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.kafka.clients.consumer.ConsumerConfig.MAX_PARTITION_FETCH_BYTES_CONFIG">Constant Field Values</a></dd></dl>
 </li>
@@ -626,7 +626,7 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>SEND_BUFFER_CONFIG</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> SEND_BUFFER_CONFIG</pre>
+<pre>public static final&nbsp;java.lang.String SEND_BUFFER_CONFIG</pre>
 <div class="block"><code>send.buffer.bytes</code></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.kafka.clients.consumer.ConsumerConfig.SEND_BUFFER_CONFIG">Constant Field Values</a></dd></dl>
 </li>
@@ -637,7 +637,7 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>RECEIVE_BUFFER_CONFIG</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> RECEIVE_BUFFER_CONFIG</pre>
+<pre>public static final&nbsp;java.lang.String RECEIVE_BUFFER_CONFIG</pre>
 <div class="block"><code>receive.buffer.bytes</code></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.kafka.clients.consumer.ConsumerConfig.RECEIVE_BUFFER_CONFIG">Constant Field Values</a></dd></dl>
 </li>
@@ -648,7 +648,7 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>CLIENT_ID_CONFIG</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> CLIENT_ID_CONFIG</pre>
+<pre>public static final&nbsp;java.lang.String CLIENT_ID_CONFIG</pre>
 <div class="block"><code>client.id</code></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.kafka.clients.consumer.ConsumerConfig.CLIENT_ID_CONFIG">Constant Field Values</a></dd></dl>
 </li>
@@ -659,7 +659,7 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>RECONNECT_BACKOFF_MS_CONFIG</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> RECONNECT_BACKOFF_MS_CONFIG</pre>
+<pre>public static final&nbsp;java.lang.String RECONNECT_BACKOFF_MS_CONFIG</pre>
 <div class="block"><code>reconnect.backoff.ms</code></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.kafka.clients.consumer.ConsumerConfig.RECONNECT_BACKOFF_MS_CONFIG">Constant Field Values</a></dd></dl>
 </li>
@@ -670,7 +670,7 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>RECONNECT_BACKOFF_MAX_MS_CONFIG</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> RECONNECT_BACKOFF_MAX_MS_CONFIG</pre>
+<pre>public static final&nbsp;java.lang.String RECONNECT_BACKOFF_MAX_MS_CONFIG</pre>
 <div class="block"><code>reconnect.backoff.max.ms</code></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.kafka.clients.consumer.ConsumerConfig.RECONNECT_BACKOFF_MAX_MS_CONFIG">Constant Field Values</a></dd></dl>
 </li>
@@ -681,7 +681,7 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>RETRY_BACKOFF_MS_CONFIG</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> RETRY_BACKOFF_MS_CONFIG</pre>
+<pre>public static final&nbsp;java.lang.String RETRY_BACKOFF_MS_CONFIG</pre>
 <div class="block"><code>retry.backoff.ms</code></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.kafka.clients.consumer.ConsumerConfig.RETRY_BACKOFF_MS_CONFIG">Constant Field Values</a></dd></dl>
 </li>
@@ -692,7 +692,7 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>METRICS_SAMPLE_WINDOW_MS_CONFIG</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> METRICS_SAMPLE_WINDOW_MS_CONFIG</pre>
+<pre>public static final&nbsp;java.lang.String METRICS_SAMPLE_WINDOW_MS_CONFIG</pre>
 <div class="block"><code>metrics.sample.window.ms</code></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.kafka.clients.consumer.ConsumerConfig.METRICS_SAMPLE_WINDOW_MS_CONFIG">Constant Field Values</a></dd></dl>
 </li>
@@ -703,7 +703,7 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>METRICS_NUM_SAMPLES_CONFIG</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> METRICS_NUM_SAMPLES_CONFIG</pre>
+<pre>public static final&nbsp;java.lang.String METRICS_NUM_SAMPLES_CONFIG</pre>
 <div class="block"><code>metrics.num.samples</code></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.kafka.clients.consumer.ConsumerConfig.METRICS_NUM_SAMPLES_CONFIG">Constant Field Values</a></dd></dl>
 </li>
@@ -714,7 +714,7 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>METRICS_RECORDING_LEVEL_CONFIG</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> METRICS_RECORDING_LEVEL_CONFIG</pre>
+<pre>public static final&nbsp;java.lang.String METRICS_RECORDING_LEVEL_CONFIG</pre>
 <div class="block"><code>metrics.log.level</code></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.kafka.clients.consumer.ConsumerConfig.METRICS_RECORDING_LEVEL_CONFIG">Constant Field Values</a></dd></dl>
 </li>
@@ -725,7 +725,7 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>METRIC_REPORTER_CLASSES_CONFIG</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> METRIC_REPORTER_CLASSES_CONFIG</pre>
+<pre>public static final&nbsp;java.lang.String METRIC_REPORTER_CLASSES_CONFIG</pre>
 <div class="block"><code>metric.reporters</code></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.kafka.clients.consumer.ConsumerConfig.METRIC_REPORTER_CLASSES_CONFIG">Constant Field Values</a></dd></dl>
 </li>
@@ -736,7 +736,7 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>CHECK_CRCS_CONFIG</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> CHECK_CRCS_CONFIG</pre>
+<pre>public static final&nbsp;java.lang.String CHECK_CRCS_CONFIG</pre>
 <div class="block"><code>check.crcs</code></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.kafka.clients.consumer.ConsumerConfig.CHECK_CRCS_CONFIG">Constant Field Values</a></dd></dl>
 </li>
@@ -747,7 +747,7 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>KEY_DESERIALIZER_CLASS_CONFIG</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> KEY_DESERIALIZER_CLASS_CONFIG</pre>
+<pre>public static final&nbsp;java.lang.String KEY_DESERIALIZER_CLASS_CONFIG</pre>
 <div class="block"><code>key.deserializer</code></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.kafka.clients.consumer.ConsumerConfig.KEY_DESERIALIZER_CLASS_CONFIG">Constant Field Values</a></dd></dl>
 </li>
@@ -758,7 +758,7 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>KEY_DESERIALIZER_CLASS_DOC</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> KEY_DESERIALIZER_CLASS_DOC</pre>
+<pre>public static final&nbsp;java.lang.String KEY_DESERIALIZER_CLASS_DOC</pre>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.kafka.clients.consumer.ConsumerConfig.KEY_DESERIALIZER_CLASS_DOC">Constant Field Values</a></dd></dl>
 </li>
 </ul>
@@ -768,7 +768,7 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>VALUE_DESERIALIZER_CLASS_CONFIG</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> VALUE_DESERIALIZER_CLASS_CONFIG</pre>
+<pre>public static final&nbsp;java.lang.String VALUE_DESERIALIZER_CLASS_CONFIG</pre>
 <div class="block"><code>value.deserializer</code></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.kafka.clients.consumer.ConsumerConfig.VALUE_DESERIALIZER_CLASS_CONFIG">Constant Field Values</a></dd></dl>
 </li>
@@ -779,7 +779,7 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>VALUE_DESERIALIZER_CLASS_DOC</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> VALUE_DESERIALIZER_CLASS_DOC</pre>
+<pre>public static final&nbsp;java.lang.String VALUE_DESERIALIZER_CLASS_DOC</pre>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.kafka.clients.consumer.ConsumerConfig.VALUE_DESERIALIZER_CLASS_DOC">Constant Field Values</a></dd></dl>
 </li>
 </ul>
@@ -789,7 +789,7 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>CONNECTIONS_MAX_IDLE_MS_CONFIG</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> CONNECTIONS_MAX_IDLE_MS_CONFIG</pre>
+<pre>public static final&nbsp;java.lang.String CONNECTIONS_MAX_IDLE_MS_CONFIG</pre>
 <div class="block"><code>connections.max.idle.ms</code></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.kafka.clients.consumer.ConsumerConfig.CONNECTIONS_MAX_IDLE_MS_CONFIG">Constant Field Values</a></dd></dl>
 </li>
@@ -800,7 +800,7 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>REQUEST_TIMEOUT_MS_CONFIG</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> REQUEST_TIMEOUT_MS_CONFIG</pre>
+<pre>public static final&nbsp;java.lang.String REQUEST_TIMEOUT_MS_CONFIG</pre>
 <div class="block"><code>request.timeout.ms</code></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.kafka.clients.consumer.ConsumerConfig.REQUEST_TIMEOUT_MS_CONFIG">Constant Field Values</a></dd></dl>
 </li>
@@ -811,7 +811,7 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>INTERCEPTOR_CLASSES_CONFIG</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> INTERCEPTOR_CLASSES_CONFIG</pre>
+<pre>public static final&nbsp;java.lang.String INTERCEPTOR_CLASSES_CONFIG</pre>
 <div class="block"><code>interceptor.classes</code></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.kafka.clients.consumer.ConsumerConfig.INTERCEPTOR_CLASSES_CONFIG">Constant Field Values</a></dd></dl>
 </li>
@@ -822,7 +822,7 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>INTERCEPTOR_CLASSES_DOC</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> INTERCEPTOR_CLASSES_DOC</pre>
+<pre>public static final&nbsp;java.lang.String INTERCEPTOR_CLASSES_DOC</pre>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.kafka.clients.consumer.ConsumerConfig.INTERCEPTOR_CLASSES_DOC">Constant Field Values</a></dd></dl>
 </li>
 </ul>
@@ -832,7 +832,7 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>EXCLUDE_INTERNAL_TOPICS_CONFIG</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> EXCLUDE_INTERNAL_TOPICS_CONFIG</pre>
+<pre>public static final&nbsp;java.lang.String EXCLUDE_INTERNAL_TOPICS_CONFIG</pre>
 <div class="block"><code>exclude.internal.topics</code></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.kafka.clients.consumer.ConsumerConfig.EXCLUDE_INTERNAL_TOPICS_CONFIG">Constant Field Values</a></dd></dl>
 </li>
@@ -853,7 +853,7 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>ISOLATION_LEVEL_CONFIG</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> ISOLATION_LEVEL_CONFIG</pre>
+<pre>public static final&nbsp;java.lang.String ISOLATION_LEVEL_CONFIG</pre>
 <div class="block"><code>isolation.level</code></div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.kafka.clients.consumer.ConsumerConfig.ISOLATION_LEVEL_CONFIG">Constant Field Values</a></dd></dl>
 </li>
@@ -864,7 +864,7 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>ISOLATION_LEVEL_DOC</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> ISOLATION_LEVEL_DOC</pre>
+<pre>public static final&nbsp;java.lang.String ISOLATION_LEVEL_DOC</pre>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.kafka.clients.consumer.ConsumerConfig.ISOLATION_LEVEL_DOC">Constant Field Values</a></dd></dl>
 </li>
 </ul>
@@ -874,7 +874,7 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockListLast">
 <li class="blockList">
 <h4>DEFAULT_ISOLATION_LEVEL</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> DEFAULT_ISOLATION_LEVEL</pre>
+<pre>public static final&nbsp;java.lang.String DEFAULT_ISOLATION_LEVEL</pre>
 </li>
 </ul>
 </li>
@@ -891,7 +891,7 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>postProcessParsedConfig</h4>
-<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;postProcessParsedConfig(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;parsedValues)</pre>
+<pre>protected&nbsp;java.util.Map&lt;java.lang.String,java.lang.Object&gt;&nbsp;postProcessParsedConfig(java.util.Map&lt;java.lang.String,java.lang.Object&gt;&nbsp;parsedValues)</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/kafka/common/config/AbstractConfig.html#postProcessParsedConfig(java.util.Map)">AbstractConfig</a></code></strong></div>
 <div class="block">Called directly after user configs got parsed (and thus default values got set).
  This allows to change default values for "secondary defaults" if required.</div>
@@ -908,9 +908,9 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>addDeserializerToConfig</h4>
-<pre>public static&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;addDeserializerToConfig(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;configs,
-                                         <a href="../../../../../org/apache/kafka/common/serialization/Deserializer.html" title="interface in org.apache.kafka.common.serialization">Deserializer</a>&lt;?&gt;&nbsp;keyDeserializer,
-                                         <a href="../../../../../org/apache/kafka/common/serialization/Deserializer.html" title="interface in org.apache.kafka.common.serialization">Deserializer</a>&lt;?&gt;&nbsp;valueDeserializer)</pre>
+<pre>public static&nbsp;java.util.Map&lt;java.lang.String,java.lang.Object&gt;&nbsp;addDeserializerToConfig(java.util.Map&lt;java.lang.String,java.lang.Object&gt;&nbsp;configs,
+                                                                       <a href="../../../../../org/apache/kafka/common/serialization/Deserializer.html" title="interface in org.apache.kafka.common.serialization">Deserializer</a>&lt;?&gt;&nbsp;keyDeserializer,
+                                                                       <a href="../../../../../org/apache/kafka/common/serialization/Deserializer.html" title="interface in org.apache.kafka.common.serialization">Deserializer</a>&lt;?&gt;&nbsp;valueDeserializer)</pre>
 </li>
 </ul>
 <a name="addDeserializerToConfig(java.util.Properties, org.apache.kafka.common.serialization.Deserializer, org.apache.kafka.common.serialization.Deserializer)">
@@ -919,9 +919,9 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>addDeserializerToConfig</h4>
-<pre>public static&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;addDeserializerToConfig(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;properties,
-                                 <a href="../../../../../org/apache/kafka/common/serialization/Deserializer.html" title="interface in org.apache.kafka.common.serialization">Deserializer</a>&lt;?&gt;&nbsp;keyDeserializer,
-                                 <a href="../../../../../org/apache/kafka/common/serialization/Deserializer.html" title="interface in org.apache.kafka.common.serialization">Deserializer</a>&lt;?&gt;&nbsp;valueDeserializer)</pre>
+<pre>public static&nbsp;java.util.Properties&nbsp;addDeserializerToConfig(java.util.Properties&nbsp;properties,
+                                           <a href="../../../../../org/apache/kafka/common/serialization/Deserializer.html" title="interface in org.apache.kafka.common.serialization">Deserializer</a>&lt;?&gt;&nbsp;keyDeserializer,
+                                           <a href="../../../../../org/apache/kafka/common/serialization/Deserializer.html" title="interface in org.apache.kafka.common.serialization">Deserializer</a>&lt;?&gt;&nbsp;valueDeserializer)</pre>
 </li>
 </ul>
 <a name="configNames()">
@@ -930,7 +930,7 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockList">
 <li class="blockList">
 <h4>configNames</h4>
-<pre>public static&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;configNames()</pre>
+<pre>public static&nbsp;java.util.Set&lt;java.lang.String&gt;&nbsp;configNames()</pre>
 </li>
 </ul>
 <a name="main(java.lang.String[])">
@@ -939,7 +939,7 @@ extends <a href="../../../../../org/apache/kafka/common/config/AbstractConfig.ht
 <ul class="blockListLast">
 <li class="blockList">
 <h4>main</h4>
-<pre>public static&nbsp;void&nbsp;main(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;args)</pre>
+<pre>public static&nbsp;void&nbsp;main(java.lang.String[]&nbsp;args)</pre>
 </li>
 </ul>
 </li>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/ae86b7d5/0110/javadoc/org/apache/kafka/clients/consumer/ConsumerInterceptor.html
----------------------------------------------------------------------
diff --git a/0110/javadoc/org/apache/kafka/clients/consumer/ConsumerInterceptor.html b/0110/javadoc/org/apache/kafka/clients/consumer/ConsumerInterceptor.html
index dbe578b..714d598 100644
--- a/0110/javadoc/org/apache/kafka/clients/consumer/ConsumerInterceptor.html
+++ b/0110/javadoc/org/apache/kafka/clients/consumer/ConsumerInterceptor.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:55 BST 2017 -->
-<title>ConsumerInterceptor (kafka 0.11.0.1 API)</title>
-<meta name="date" content="2017-09-05">
+<!-- Generated by javadoc (version 1.7.0_80) on Fri Nov 10 23:49:16 GMT 2017 -->
+<title>ConsumerInterceptor (kafka 0.11.0.2 API)</title>
+<meta name="date" content="2017-11-10">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ConsumerInterceptor (kafka 0.11.0.1 API)";
+        parent.document.title="ConsumerInterceptor (kafka 0.11.0.2 API)";
     }
 //-->
 </script>
@@ -134,7 +134,7 @@ extends <a href="../../../../../org/apache/kafka/common/Configurable.html" title
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerInterceptor.html#onCommit(java.util.Map)">onCommit</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../../org/apache/kafka/common/TopicPartition.html" title="class in org.apache.kafka.common">TopicPartition</a>,<a href="../../../../../org/apache/kafka/clients/consumer/OffsetAndMetadata.html" title="class in org.apache.kafka.clients.consumer">OffsetAndMetadata</a>&gt;&nbsp;offsets)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerInterceptor.html#onCommit(java.util.Map)">onCommit</a></strong>(java.util.Map&lt;<a href="../../../../../org/apache/kafka/common/TopicPartition.html" title="class in org.apache.kafka.common">TopicPartition</a>,<a href="../../../../../org/apache/kafka/clients/consumer/OffsetAndMetadata.html" title="class in org.apache.kafka.clients.consumer">OffsetAndMetadata</a>&gt;&nbsp;offsets)</code>
 <div class="block">This is called when offsets get committed.</div>
 </td>
 </tr>
@@ -200,7 +200,7 @@ extends <a href="../../../../../org/apache/kafka/common/Configurable.html" title
 <ul class="blockList">
 <li class="blockList">
 <h4>onCommit</h4>
-<pre>void&nbsp;onCommit(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../../org/apache/kafka/common/TopicPartition.html" title="class in org.apache.kafka.common">TopicPartition</a>,<a href="../../../../../org/apache/kafka/clients/consumer/OffsetAndMetadata.html" title="class in org.apache.kafka.clients.consumer">OffsetAndMetadata</a>&gt;&nbsp;offsets)</pre>
+<pre>void&nbsp;onCommit(java.util.Map&lt;<a href="../../../../../org/apache/kafka/common/TopicPartition.html" title="class in org.apache.kafka.common">TopicPartition</a>,<a href="../../../../../org/apache/kafka/clients/consumer/OffsetAndMetadata.html" title="class in org.apache.kafka.clients.consumer">OffsetAndMetadata</a>&gt;&nbsp;offsets)</pre>
 <div class="block">This is called when offsets get committed.
  <p>
  Any exception thrown by this method will be ignored by the caller.</div>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/ae86b7d5/0110/javadoc/org/apache/kafka/clients/consumer/ConsumerRebalanceListener.html
----------------------------------------------------------------------
diff --git a/0110/javadoc/org/apache/kafka/clients/consumer/ConsumerRebalanceListener.html b/0110/javadoc/org/apache/kafka/clients/consumer/ConsumerRebalanceListener.html
index 8855e9f..4e07642 100644
--- a/0110/javadoc/org/apache/kafka/clients/consumer/ConsumerRebalanceListener.html
+++ b/0110/javadoc/org/apache/kafka/clients/consumer/ConsumerRebalanceListener.html
@@ -2,15 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:55 BST 2017 -->
-<title>ConsumerRebalanceListener (kafka 0.11.0.1 API)</title>
-<meta name="date" content="2017-09-05">
+<!-- Generated by javadoc (version 1.7.0_80) on Fri Nov 10 23:49:16 GMT 2017 -->
+<title>ConsumerRebalanceListener (kafka 0.11.0.2 API)</title>
+<meta name="date" content="2017-11-10">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ConsumerRebalanceListener (kafka 0.11.0.1 API)";
+        parent.document.title="ConsumerRebalanceListener (kafka 0.11.0.2 API)";
     }
 //-->
 </script>
@@ -161,14 +161,14 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerRebalanceListener.html#onPartitionsAssigned(java.util.Collection)">onPartitionsAssigned</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/kafka/common/TopicPartition.html" title="class in org.apache.kafka.common">TopicPartition</a>&gt;&nbsp;partitions)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerRebalanceListener.html#onPartitionsAssigned(java.util.Collection)">onPartitionsAssigned</a></strong>(java.util.Collection&lt;<a href="../../../../../org/apache/kafka/common/TopicPartition.html" title="class in org.apache.kafka.common">TopicPartition</a>&gt;&nbsp;partitions)</code>
 <div class="block">A callback method the user can implement to provide handling of customized offsets on completion of a successful
  partition re-assignment.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerRebalanceListener.html#onPartitionsRevoked(java.util.Collection)">onPartitionsRevoked</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/kafka/common/TopicPartition.html" title="class in org.apache.kafka.common">TopicPartition</a>&gt;&nbsp;partitions)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/clients/consumer/ConsumerRebalanceListener.html#onPartitionsRevoked(java.util.Collection)">onPartitionsRevoked</a></strong>(java.util.Collection&lt;<a href="../../../../../org/apache/kafka/common/TopicPartition.html" title="class in org.apache.kafka.common">TopicPartition</a>&gt;&nbsp;partitions)</code>
 <div class="block">A callback method the user can implement to provide handling of offset commits to a customized store on the start
  of a rebalance operation.</div>
 </td>
@@ -194,7 +194,7 @@
 <ul class="blockList">
 <li class="blockList">
 <h4>onPartitionsRevoked</h4>
-<pre>void&nbsp;onPartitionsRevoked(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/kafka/common/TopicPartition.html" title="class in org.apache.kafka.common">TopicPartition</a>&gt;&nbsp;partitions)</pre>
+<pre>void&nbsp;onPartitionsRevoked(java.util.Collection&lt;<a href="../../../../../org/apache/kafka/common/TopicPartition.html" title="class in org.apache.kafka.common">TopicPartition</a>&gt;&nbsp;partitions)</pre>
 <div class="block">A callback method the user can implement to provide handling of offset commits to a customized store on the start
  of a rebalance operation. This method will be called before a rebalance operation starts and after the consumer
  stops fetching data. It is recommended that offsets should be committed in this callback to either Kafka or a
@@ -221,7 +221,7 @@
 <ul class="blockListLast">
 <li class="blockList">
 <h4>onPartitionsAssigned</h4>
-<pre>void&nbsp;onPartitionsAssigned(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/kafka/common/TopicPartition.html" title="class in org.apache.kafka.common">TopicPartition</a>&gt;&nbsp;partitions)</pre>
+<pre>void&nbsp;onPartitionsAssigned(java.util.Collection&lt;<a href="../../../../../org/apache/kafka/common/TopicPartition.html" title="class in org.apache.kafka.common">TopicPartition</a>&gt;&nbsp;partitions)</pre>
 <div class="block">A callback method the user can implement to provide handling of customized offsets on completion of a successful
  partition re-assignment. This method will be called after an offset re-assignment completes and before the
  consumer starts fetching data.