You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2017/01/25 13:41:02 UTC

svn commit: r1005570 - /websites/production/logging/content/log4j/log4j-2.8/manual/appenders.html

Author: rgoers
Date: Wed Jan 25 13:41:02 2017
New Revision: 1005570

Log:
Add note to syncSend attribute

Modified:
    websites/production/logging/content/log4j/log4j-2.8/manual/appenders.html

Modified: websites/production/logging/content/log4j/log4j-2.8/manual/appenders.html
==============================================================================
--- websites/production/logging/content/log4j/log4j-2.8/manual/appenders.html (original)
+++ websites/production/logging/content/log4j/log4j-2.8/manual/appenders.html Wed Jan 25 13:41:02 2017
@@ -2575,7 +2575,9 @@ public class JpaLogEntity extends Abstra
               
 <td>The default is <tt>true</tt>, causing sends to block until the record has been acknowledged by the
                 Kafka server. When set to <tt>false</tt> sends return immediately, allowing for lower latency and significantly
-                higher throughput.
+                higher throughput. Note: <i></i>This parameter is new since 2.8. Be aware that this is a new addition, and it 
+				has not been extensively tested. Any failure sending to Kafka will be ignored and the log event will be dropped 
+				(and the ignoreExceptions parameter will not be effective). Log events may arrive out of order to the Kafka server.</i>
               </td>
             </tr>