confluentinc / confluentinc/examples

Under Replicated Partition in Multi-region docker-compose setup

Open
#402 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
2.1k
Forks
1.1k
PR merge metrics
No merged PRs in 30d

Description

On running multi-region docker-compose setup getting **under replicated partition** specifically for **multi-region async**.

Tried to debug this issue by using @replica.max.lag.ms still the issue persists.

Following command describes the under replicated:

```
docker-compose exec broker-east-3 kafka-topics --describe --under-replicated-partitions --zookeeper zookeeper-central:2182
```

**Output:**
```
Topic: multi-region-async Partition: 0 Leader: 1 Replicas: 1,2,3,4 Isr: 1,2 Offline:
```

@AdheipSingh

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.