Skip to content

Commit

Permalink
fix doc on FindCoordinatorResponse.ErrorCode
Browse files Browse the repository at this point in the history
This is more clear after staring at the source a bit more
  • Loading branch information
twmb committed Nov 19, 2020
1 parent 5b3da02 commit 8a75a80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion generate/definitions/10_find_coordinator
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ FindCoordinatorResponse =>
// or transaction).
//
// COORDINATOR_NOT_AVAILABLE is returned if the coordinator is not available
// for the requested ID, or if the requested ID does not exist.
// for the requested ID, which would be if the group or transactional topic
// does not exist or the partition the requested key maps to is not available.
ErrorCode: int16
// ErrorMessage is an informative message if the request errored.
ErrorMessage: nullable-string // v1+
Expand Down
3 changes: 2 additions & 1 deletion pkg/kmsg/generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8a75a80

Please sign in to comment.