[ 
https://issues.apache.org/jira/browse/FLINK-1173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14214426#comment-14214426
 ] 

ASF GitHub Bot commented on FLINK-1173:
---------------------------------------

Github user mbalassi commented on the pull request:

    https://github.com/apache/incubator-flink/pull/204#issuecomment-63274824
  
    Thanks. I've checked out the code and the mocked unit test works fine. 
However when I tried using an actual connection (I tried to mimic 
[this](http://spark.apache.org/docs/latest/streaming-programming-guide.html#a-quick-example)
 functionality with netcat) it gave me bind exceptions on the service that was 
started later. Have you looked into that by any chance?


> Add socket text stream as a data source for the streaming API
> -------------------------------------------------------------
>
>                 Key: FLINK-1173
>                 URL: https://issues.apache.org/jira/browse/FLINK-1173
>             Project: Flink
>          Issue Type: Improvement
>          Components: Streaming
>            Reporter: Gyula Fora
>            Assignee: Chiwan Park
>            Priority: Minor
>              Labels: starter
>
> Add a socketTextStream(hostname,port) method to StreamExecutionEnvironment 
> which would add a DataStreamSource that listens and streams the text input 
> received through the selected port into the streaming program.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to