mingdaoy commented on code in PR #19065:
URL: https://github.com/apache/kafka/pull/19065#discussion_r1976703624


##########
docs/ops.html:
##########
@@ -4187,7 +4187,7 @@ <h4 class="anchor-heading"><a 
id="consumer_rebalance_protocol_server" class="anc
   <p>The assignment strategy is also controlled by the server. The 
<code>group.consumer.assignors</code> configuration can be used to specify the 
list of available
     assignors for <code>Consumer</code> groups. By default, the 
<code>uniform</code> assignor and the <code>range</code> assignor are 
configured. The first assignor
     in the list is used by default unless the Consumer selects a different 
one. It is also possible to implement custom assignment strategies on the 
server side
-    by implementing the 
<code>org.apache.kafka.coordinator.group.api.assignor.ConsumerGroupPartitionAssignor</code>
 interface and specifying the full class name in the configuration.</p>
+    by implementing the <code style="font-size: 
12px;">org.apache.kafka.coordinator.group.api.assignor.ConsumerGroupPartitionAssignor</code>
 interface and specifying the full class name in the configuration.</p>

Review Comment:
   Adding a `<br>` line break within the class name could make it unsearchable 
and cause hidden formatting issues in copy-pasting
   
   
![image](https://github.com/user-attachments/assets/37a05591-b69a-45e2-97fc-32cec1a1ba12)
   
   @frankvicky suggestion is searchable but the class name is cut off at a 
random point which could be confusing for readers
   
   
![image](https://github.com/user-attachments/assets/8c306ae1-00b1-4935-ae9a-c066f8203e6b)
   
   Unless consistent font size is the top priority, keeping the entire package 
and class name on the same line makes it easier to copy, search and read.
   
   
![image](https://github.com/user-attachments/assets/dad99c25-1c5d-436b-ba49-020f3e454593)
   
   Thoughts?
   



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to