[ https://issues.apache.org/jira/browse/FLINK-2125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15378219#comment-15378219 ]
ASF GitHub Bot commented on FLINK-2125: --------------------------------------- Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/2233 Because this breaks the public API, it would be good to do the following: Add a new method to the `StreamExecutionEnvironment`, rather than changing the old method. Tag that new method as `@PublicEvolving`. Take the old method, delegate to the new method, and mark it as `@Deprecated`. Also add a proper deprecation comment. > String delimiter for SocketTextStream > ------------------------------------- > > Key: FLINK-2125 > URL: https://issues.apache.org/jira/browse/FLINK-2125 > Project: Flink > Issue Type: Improvement > Components: Streaming > Affects Versions: 0.9 > Reporter: Márton Balassi > Priority: Minor > Labels: starter > > The SocketTextStreamFunction uses a character delimiter, despite other parts > of the API using String delimiter. -- This message was sent by Atlassian JIRA (v6.3.4#6332)