reassignment-proposal.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "version": 1,
  3. "partitions": [
  4. {
  5. "topic": "test-topic",
  6. "partition": 0,
  7. "replicas": [
  8. 1,
  9. 2,
  10. 3
  11. ],
  12. "log_dirs": [
  13. "any",
  14. "any",
  15. "any"
  16. ]
  17. },
  18. {
  19. "topic": "test-topic",
  20. "partition": 1,
  21. "replicas": [
  22. 2,
  23. 3,
  24. 5
  25. ],
  26. "log_dirs": [
  27. "any",
  28. "any",
  29. "any"
  30. ]
  31. },
  32. {
  33. "topic": "test-topic",
  34. "partition": 2,
  35. "replicas": [
  36. 3,
  37. 5,
  38. 0
  39. ],
  40. "log_dirs": [
  41. "any",
  42. "any",
  43. "any"
  44. ]
  45. },
  46. {
  47. "topic": "test-topic",
  48. "partition": 3,
  49. "replicas": [
  50. 5,
  51. 0,
  52. 1
  53. ],
  54. "log_dirs": [
  55. "any",
  56. "any",
  57. "any"
  58. ]
  59. },
  60. {
  61. "topic": "test-topic",
  62. "partition": 4,
  63. "replicas": [
  64. 0,
  65. 1,
  66. 2
  67. ],
  68. "log_dirs": [
  69. "any",
  70. "any",
  71. "any"
  72. ]
  73. }
  74. ]
  75. }