Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add: Follower fetching image #357

Merged
merged 1 commit into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
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: 4 additions & 0 deletions docs/products/kafka/concepts/follower-fetching.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: Follower fetching in Aiven for Apache Kafka®
sidebar_label: Follower fetching
---

import Followerfetching from "@site/static/images/content/figma/follower-fetching.png";

[Follower fetching](/docs/products/kafka/howto/enable-follower-fetching) in Aiven for Apache Kafka allows consumers to fetch data from the nearest replica instead of the leader. This feature optimizes data fetching by leveraging Apache Kafka's rack awareness, which treats each availability zone (AZ) as a rack.

## Benefits
Expand All @@ -21,6 +23,8 @@ Follower fetching is currently supported on AWS (Amazon Web Services).
Aiven for Apache Kafka uses rack awareness to optimize data fetching and ensure
high availability.

<img src={Followerfetching} class="centered" alt="Follow fetching" width="100%" />

- **Rack awareness**: Rack awareness distributes data across different physical racks,
also known as availability zones (AZs), within a data center. This distribution
ensures data replication for fault tolerance. Each Apache Kafka broker has
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading