Github user tweise commented on a diff in the pull request:

    https://github.com/apache/incubator-apex-core/pull/302#discussion_r59306808
  
    --- Diff: api/src/main/java/com/datatorrent/api/Context.java ---
    @@ -438,6 +438,10 @@
          */
         Attribute<String> GATEWAY_PASSWORD = new Attribute<String>(new 
String2String());
         /**
    +     * The timeout when connecting to the pubsub service in gateway
    +     */
    +    Attribute<Integer> PUBSUB_CONNECT_TIMEOUT_MILLIS = new 
Attribute<>(500);
    --- End diff --
    
    Why are you not making this part of the URL?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to