frankvicky commented on code in PR #668:
URL: https://github.com/apache/kafka-site/pull/668#discussion_r1993053572
##########
blog.html:
##########
@@ -139,15 +141,15 @@ <h3>Kafka Broker, Controller, Producer, Consumer and
Admin Client</h3>
<br>
KIP-848 and KIP-932 introduce new group types,
consumer and share respectively. The Admin Client
API has limitations when dealing with newer group
types, sometimes returning errors or incorrectly
- stating that groups don't exist. To address this
challenge a new command-line tool, kafka-groups.sh,
- and updates to existing command line tools,
kafka-consumer-groups.sh and kafka-share-groups.sh,
+ stating that groups don't exist. To address this
challenge, a new command-line tool, kafka-groups.sh,
+ and updates to existing command line tools,
<code>kafka-consumer-groups.sh</code> and kafka-share-groups.sh,
Review Comment:
It seems we missed this one:
```suggestion
and updates to existing command line tools,
<code>kafka-consumer-groups.sh</code> and <code>kafka-share-groups.sh</code>,
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]