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

    https://github.com/apache/incubator-streams/pull/130#discussion_r20465367
  
    --- Diff: 
streams-runtimes/streams-runtime-local/src/main/java/org/apache/streams/local/builders/LocalStreamBuilder.java
 ---
    @@ -119,7 +129,7 @@ public void run() {
         @Override
         public StreamBuilder newPerpetualStream(String id, StreamsProvider 
provider) {
             validateId(id);
    -        this.providers.put(id, new StreamComponent(id, provider, true));
    +        this.providers.put(id, new StreamComponent(id, provider, true, 
streamConfig));
    --- End diff --
    
    I would prefer to see the components given 
org.apache.streams.config.StreamsConfiguration instead.


---
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