Skip to content

[fix][broker][fix][broker]Replication stats is empty when the cluster is the target cluster of a one-way replication#25583

Open
poorbarcode wants to merge 2 commits intoapache:masterfrom
poorbarcode:fix/replication_stats
Open

[fix][broker][fix][broker]Replication stats is empty when the cluster is the target cluster of a one-way replication#25583
poorbarcode wants to merge 2 commits intoapache:masterfrom
poorbarcode:fix/replication_stats

Conversation

@poorbarcode
Copy link
Copy Markdown
Contributor

Motivation

Currently, in geo-replication scenarios, topic stats only clearly expose replicator information on the source cluster (e.g., Cluster A), while the destination cluster (Cluster B) lacks visibility into the origin of incoming traffic.

For example:
Cluster A: topic-1 → Cluster B: topic-1

On Cluster A, replicator stats are visible in topic stats.
On Cluster B, there is no corresponding producer or replicator information shown.
As a result, it is unclear where the incoming traffic (input rate) is coming from.

This is because replicator producers are intentionally filtered out on the destination cluster side. However, this leads to poor observability, as users cannot determine the source of incoming data from topic stats alone.

Modifications

Fix the issue

Does this pull request potentially affect one of the following parts:

  • Dependencies (add or upgrade a dependency)
  • The public API
  • The schema
  • The default values of configurations
  • The threading model
  • The binary protocol
  • The REST endpoints
  • The admin CLI options
  • The metrics
  • Anything that affects deployment

@poorbarcode poorbarcode added this to the 4.3.0 milestone Apr 27, 2026
@poorbarcode poorbarcode requested review from Technoboy- and shibd April 27, 2026 10:11
@poorbarcode poorbarcode self-assigned this Apr 27, 2026
@poorbarcode poorbarcode added type/bug The PR fixed a bug or issue reported a bug release/4.1.4 release/4.2.2 release/4.0.11 labels Apr 27, 2026
@poorbarcode poorbarcode changed the title [fix][broker]Replication stats is empty when the cluster is the targe… [fix][broker][fix][broker]Replication stats is empty when the cluster is the target cluster of a one-way replication Apr 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release/4.0.11 release/4.1.4 release/4.2.2 type/bug The PR fixed a bug or issue reported a bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants