Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions documentation/consumer_groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ consumer in the group can pick up where they left off.

Group coordinators are also highly available. If a server acting as the group
coordinator becomes unavailable, the consumers will report the coordinator as
failed to the [controller](#controller), prompting a new coordinator to be
selected.
failed to the [controller](./concepts.md#controller), prompting a new
coordinator to be selected.

Consumer groups are associated with an ID. When a consumer is created, it
specifies a group ID to join. If the group does not exist, it is created
Expand Down