Skip to content

Commit cc0ca83

Browse files
committed
Add more documentation details
1 parent e68e293 commit cc0ca83

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,13 +231,14 @@ kafka-reassign-partitions --zookeeper $ZK --reassignment-json-file reassignment-
231231

232232
# No changes
233233

234-
If no change, the API call answers:
234+
If the current assignment is already optimal, the API will simply answer with an empty list,
235+
as follow:
235236

236237
```
237238
{"version":1,"partitions":[]}
238239
```
239240

240241
# Greetings
241242

242-
* http://www.hostmath.com/ for the equation graphics
243-
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

Comments
 (0)