Skip to content

Commit

Permalink
KC-1029 updating MRC demo with observer promotion (confluentinc#857)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaskwscott authored Nov 25, 2020
1 parent 302596e commit cdd7f83
Show file tree
Hide file tree
Showing 13 changed files with 735 additions and 80 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"version": 2,
"replicas": [
{
"count": 2,
"constraints": {
"rack": "west"
}
}
],
"observers": [
{
"count": 2,
"constraints": {
"rack": "east"
}
}
],
"observerPromotionPolicy":"leader-is-observer"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"version": 2,
"replicas": [
{
"count": 2,
"constraints": {
"rack": "west"
}
}
],
"observers": [
{
"count": 2,
"constraints": {
"rack": "east"
}
}
],
"observerPromotionPolicy":"under-min-isr"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"version": 2,
"replicas": [
{
"count": 2,
"constraints": {
"rack": "west"
}
}
],
"observers": [
{
"count": 2,
"constraints": {
"rack": "east"
}
}
],
"observerPromotionPolicy":"under-replicated"
}
Binary file modified multiregion/docs/images/multi-region-topic-replicas-v2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit cdd7f83

Please sign in to comment.