showuon commented on a change in pull request #8623:
URL: https://github.com/apache/kafka/pull/8623#discussion_r420534465



##########
File path: docs/security.html
##########
@@ -361,9 +361,9 @@ <h5>Host Name Verification</h5>
 
             <p>
             The JRE/JDK will have a default pseudo-random number generator 
(PRNG) that is used for cryptography operations, so it is not required to 
configure the
-            implementation used with the 
<pre>ssl.secure.random.implementation</pre>. However, there are performance 
issues with some implementations (notably, the
-            default chosen on Linux systems, <pre>NativePRNG</pre>, utilizes a 
global lock). In cases where performance of SSL connections becomes an issue,
-            consider explicitly setting the implementation to be used. The 
<pre>SHA1PRNG</pre> implementation is non-blocking, and has shown very good 
performance
+            implementation used with the 
<code>ssl.secure.random.implementation</code>. However, there are performance 
issues with some implementations (notably, the
+            default chosen on Linux systems, <code>NativePRNG</code>, utilizes 
a global lock). In cases where performance of SSL connections becomes an issue,
+            consider explicitly setting the implementation to be used. The 
<code>SHA1PRNG</code> implementation is non-blocking, and has shown very good 
performance

Review comment:
       Fix wrong content format.
   
   **Before:**
   
![圖片](https://user-images.githubusercontent.com/43372967/81137668-1fd0db80-8f92-11ea-9502-026dba38b031.png)
   
   **After:**
   
![圖片](https://user-images.githubusercontent.com/43372967/81137626-0039b300-8f92-11ea-818e-15b4aed2270b.png)
   




----------------------------------------------------------------
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


Reply via email to