This is an automated email from the ASF dual-hosted git repository.
jgus pushed a commit to branch 2.4
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/2.4 by this push:
new d731437 MINOR: Update Epoch field descrition in FetchRequest api doc
(#7673)
d731437 is described below
commit d73143719490a626ac478951d8acd6dcaecce27f
Author: Vikas Singh <[email protected]>
AuthorDate: Fri Nov 8 22:38:07 2019 -0800
MINOR: Update Epoch field descrition in FetchRequest api doc (#7673)
The `Epoch` field description was copy of the `SessionId` field. This
change updates it to describe `Epoch` instead.
No code change, only description changes. Code compiles.
Reviewers: Jason Gustafson <[email protected]>
---
clients/src/main/resources/common/message/FetchRequest.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/clients/src/main/resources/common/message/FetchRequest.json
b/clients/src/main/resources/common/message/FetchRequest.json
index 6e02078..71fe379 100644
--- a/clients/src/main/resources/common/message/FetchRequest.json
+++ b/clients/src/main/resources/common/message/FetchRequest.json
@@ -60,7 +60,7 @@
{ "name": "SessionId", "type": "int32", "versions": "7+", "default": "0",
"ignorable": false,
"about": "The fetch session ID." },
{ "name": "Epoch", "type": "int32", "versions": "7+", "default": "-1",
"ignorable": false,
- "about": "The fetch session ID." },
+ "about": "The epoch of the partition leader as known to the follower
replica or a consumer." },
{ "name": "Topics", "type": "[]FetchableTopic", "versions": "0+",
"about": "The topics to fetch.", "fields": [
{ "name": "Name", "type": "string", "versions": "0+", "entityType":
"topicName",