Skip to content

Commit b4216a2

Browse files
authored
Merge pull request #4 from gnuhpc/0.10.x
fix max fetch partition size for offset reseting
2 parents c5d3556 + d9fec3e commit b4216a2

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ <h1>Kafka REST API SwaggerUI</h1>
449449
<li><a href="#_listallconsumergroupsusingget">4.1.6. List all consumer groups from zk and kafka</a></li>
450450
<li><a href="#_describecgusingget">4.1.7. Describe consumer groups, showing lag and offset, may be slow if multi topic are listened</a></li>
451451
<li><a href="#_listtopicbycgusingget">4.1.8. Get the topics involved of the specify consumer group</a></li>
452-
<li><a href="#_describecgbygroupusingget">4.1.9. Describe consumer groups by topic, showing lag and offset</a></li>
452+
<li><a href="#_describecgbytopicusingget">4.1.9. Describe consumer groups by topic, showing lag and offset</a></li>
453453
<li><a href="#_addpartitionusingpost">4.1.10. Add a partition to the topic</a></li>
454454
<li><a href="#_checkreassignpartitionsusingput">4.1.11. Check the partition reassignment process</a></li>
455455
<li><a href="#_executereassignpartitionsusingput">4.1.12. Execute the partition reassignment</a></li>
@@ -1397,7 +1397,7 @@ <h5 id="_produces_8"><a class="anchor" href="#_produces_8"></a>Produces</h5>
13971397
</div>
13981398
</div>
13991399
<div class="sect3">
1400-
<h4 id="_describecgbygroupusingget"><a class="anchor" href="#_describecgbygroupusingget"></a>4.1.9. Describe consumer groups by topic, showing lag and offset</h4>
1400+
<h4 id="_describecgbytopicusingget"><a class="anchor" href="#_describecgbytopicusingget"></a>4.1.9. Describe consumer groups by topic, showing lag and offset</h4>
14011401
<div class="literalblock">
14021402
<div class="content">
14031403
<pre>GET /kafka/consumergroups/{consumerGroup}/{type}/topic/{topic}</pre>
@@ -4272,7 +4272,7 @@ <h3 id="_zkserverstat"><a class="anchor" href="#_zkserverstat"></a>5.15. ZkServe
42724272
</div>
42734273
<div id="footer">
42744274
<div id="footer-text">
4275-
Last updated 2017-12-20 11:23:50 +08:00
4275+
Last updated 2018-01-18 09:48:52 +08:00
42764276
</div>
42774277
</div>
42784278
</body>

docs/index.pdf

0 Bytes
Binary file not shown.

docs/paths.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ __required__|type|enum (NEW, OLD)
334334
* `*/*`
335335

336336

337-
[[_describecgbygroupusingget]]
337+
[[_describecgbytopicusingget]]
338338
==== Describe consumer groups by topic, showing lag and offset
339339
....
340340
GET /kafka/consumergroups/{consumerGroup}/{type}/topic/{topic}

0 commit comments

Comments
 (0)