Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apache/kafka
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b100413ebcd6f7b824ba195541e4f74374541a66
Choose a base ref
..
head repository: apache/kafka
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0cfe49688df3e9ec9f7f91864fb0bbf0d446f415
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 clients/src/main/java/org/apache/kafka/clients/CommonClientConfigs.java
Original file line number Diff line number Diff line change
@@ -154,7 +154,7 @@ public class CommonClientConfigs {
+ "for the response of a request. If the response is not received before the timeout "
+ "elapses the client will resend the request if necessary or fail the request if "
+ "retries are exhausted. This timeout also applies to the consumer close operation - "
+ "even if a larger timeout is specified for close(), it will be limited by this value.";
+ "even if a larger timeout is specified for close, it will be limited by this value.";

public static final String DEFAULT_LIST_KEY_SERDE_INNER_CLASS = "default.list.key.serde.inner";
public static final String DEFAULT_LIST_KEY_SERDE_INNER_CLASS_DOC = "Default inner class of list serde for key that implements the <code>org.apache.kafka.common.serialization.Serde</code> interface. "