pushpavanthar commented on a change in pull request #3616: NIFI-6501: Add 
config to limit buffer queue size in CaptureChangeMySQL 
URL: https://github.com/apache/nifi/pull/3616#discussion_r309625610
 
 

 ##########
 File path: 
nifi-nar-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/src/main/java/org/apache/nifi/cdc/mysql/event/BinlogEventListener.java
 ##########
 @@ -29,14 +29,15 @@
 public class BinlogEventListener implements BinaryLogClient.EventListener {
 
     protected final AtomicBoolean stopNow = new AtomicBoolean(false);
-    private static final int QUEUE_OFFER_TIMEOUT_MSEC = 100;
+    private final long QUEUE_OFFER_TIMEOUT_MSEC;
 
 Review comment:
   Agree. Fixed!

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to