You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by aledsage <gi...@git.apache.org> on 2018/02/02 15:56:59 UTC

[GitHub] brooklyn-client issue #67: Invoke effector: support timeout

Github user aledsage commented on the issue:

    https://github.com/apache/brooklyn-client/pull/67
  
    @geomacy agreed - it does look too intimidating for the user.
    
    If the REST api does not timeout, the body will be the effector response value. It's annoying that there's not an explicit way to tell whether it completed or timed out (e.g. consider the extreme case where the effector response was a chunk of json that looked like that).
    
    I think we should merge this PR (as you suggested), and then look at improving the response written out by `br`.


---