We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e68e293 commit cc0ca83Copy full SHA for cc0ca83
README.md
@@ -231,13 +231,14 @@ kafka-reassign-partitions --zookeeper $ZK --reassignment-json-file reassignment-
231
232
# No changes
233
234
-If no change, the API call answers:
+If the current assignment is already optimal, the API will simply answer with an empty list,
235
+as follow:
236
237
```
238
{"version":1,"partitions":[]}
239
240
241
# Greetings
242
-* http://www.hostmath.com/ for the equation graphics
243
-
+* [http://www.hostmath.com/](http://www.hostmath.com/) for the equation graphics
244
+* [Lp_solve](http://lpsolve.sourceforge.net/5.5/) for the great open-source solver:
0 commit comments