You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2019/03/22 16:56:57 UTC

[GitHub] [nifi] kourge-ch commented on issue #3276: NIFI-5953 Manage GetTwitter connection retries on '420 Enhance Your C…

kourge-ch commented on issue #3276: NIFI-5953 Manage GetTwitter connection retries on '420 Enhance Your C…
URL: https://github.com/apache/nifi/pull/3276#issuecomment-475697725
 
 
   hi @ijokarumawak,
   
   That's correct, I was referring that piece of code from the Twitter HBC library. I agree with your analysis.
   
   We should not call `client.reconnect` for any `HTTP_ERROR` cases.
   But we can continue calling `client.reconnect` in case of `CONNECTION_ERROR` only.
   
   If you agree I can implement that change.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services