ijokarumawak commented on issue #3616: NIFI-6501: Add config to limit buffer queue size in CaptureChangeMySQL URL: https://github.com/apache/nifi/pull/3616#issuecomment-517147661 Next time, when you submit a new PR, please start creating a local branch from the latest master, in order to submit a clean PR. For example: ```bash # Switch to local master branch git checkout master # Update local branch with the latest upstream master git pull upstream master # Create a new branch dedicated for the PR git checkout -b nifi-6501 # Then commit your changes and push it to your remote branch to send a PR git commit git push -u origin nifi-6501 ```
---------------------------------------------------------------- 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
