showuon commented on a change in pull request #10768: URL: https://github.com/apache/kafka/pull/10768#discussion_r640268231
########## File path: docs/ops.html ########## @@ -248,98 +248,98 @@ <h5 class="anchor-heading"><a id="basic_ops_automigrate" class="anchor-link"></a For instance, the following example will move all partitions for topics foo1,foo2 to the new set of brokers 5,6. At the end of this move, all partitions for topics foo1 and foo2 will <i>only</i> exist on brokers 5,6. <p> Since the tool accepts the input list of topics as a json file, you first need to identify the topics you want to move and create the json file as follows: - <pre class="line-numbers"><code class="language-bash"> > cat topics-to-move.json - {"topics": [{"topic": "foo1"}, - {"topic": "foo2"}], - "version":1 - }</code></pre> + <pre class="line-numbers"><code class="language-bash">> cat topics-to-move.json Review comment: Should we replace `>` into `>` here? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org