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

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

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

    https://github.com/apache/flink/pull/1039#discussion_r37681294
  
    --- Diff: flink-core/src/main/java/org/apache/flink/util/NetUtils.java ---
    @@ -48,8 +48,9 @@ public static String getHostnameFromFQDN(String fqdn) {
         * Works also for ipv6.
         *
         * See: 
http://stackoverflow.com/questions/2345063/java-common-way-to-validate-and-convert-hostport-to-inetsocketaddress
    +    * @return URL object for accessing host and Port
         */
    -   public static void ensureCorrectHostnamePort(String hostPort) {
    +   public static URL ensureCorrectHostnamePort(String hostPort) {
    --- End diff --
    
    Since it is now returning something, could we change the name to reflect it 
properly, like ``generateCorrectUrlFromHostnameAndPort``


> Implement Kafka connector using the new Kafka Consumer API
> ----------------------------------------------------------
>
>                 Key: FLINK-2386
>                 URL: https://issues.apache.org/jira/browse/FLINK-2386
>             Project: Flink
>          Issue Type: Improvement
>          Components: Kafka Connector
>            Reporter: Robert Metzger
>            Assignee: Robert Metzger
>
> Once Kafka has released its new consumer API, we should provide a connector 
> for that version.
> The release will probably be called 0.9 or 0.8.3.
> The connector will be mostly compatible with Kafka 0.8.2.x, except for 
> committing offsets to the broker (the new connector expects a coordinator to 
> be available on Kafka). To work around that, we can provide a configuration 
> option to commit offsets to zookeeper (managed by flink code).
> For 0.9/0.8.3 it will be fully compatible.
> It will not be compatible with 0.8.1 because of mismatching Kafka messages.



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

Reply via email to