You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "AaronR (Created) (JIRA)" <ji...@apache.org> on 2012/03/08 22:43:57 UTC

[jira] [Created] (KAFKA-297) Go Client Publisher Improvments

Go Client Publisher Improvments
-------------------------------

                 Key: KAFKA-297
                 URL: https://issues.apache.org/jira/browse/KAFKA-297
             Project: Kafka
          Issue Type: Improvement
          Components: clients
            Reporter: AaronR


The current go client creates a connection to the broker, sends single message, disconnects.  It can also only send single messages, not message sets.

Improve to:

* have single connection that stays open
* send message sets


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (KAFKA-297) Go Client Publisher Improvments

Posted by "AaronR (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KAFKA-297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

AaronR updated KAFKA-297:
-------------------------

    Attachment: kafka297-v2.diff

updated patch reflecting changes to 296-v2.patch

I think an additional change (that can only be made on commit as far as i know) that would be nice is rename go/src/publisher.go > producer.go  (and /tools/publisher etc).  to match other project terminology.  
                
> Go Client Publisher Improvments
> -------------------------------
>
>                 Key: KAFKA-297
>                 URL: https://issues.apache.org/jira/browse/KAFKA-297
>             Project: Kafka
>          Issue Type: Improvement
>          Components: clients
>            Reporter: AaronR
>         Attachments: kafka297-v2.diff, publisher.patch
>
>
> The current go client creates a connection to the broker, sends single message, disconnects.  It can also only send single messages, not message sets.
> Improve to:
> * have single connection that stays open
> * send message sets

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (KAFKA-297) Go Client Publisher Improvments

Posted by "AaronR (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KAFKA-297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

AaronR updated KAFKA-297:
-------------------------

    Attachment: kafka297v3.git.patch

updating the patch to a better git one, as I don't think the svn i made will apply cleanly.  
                
> Go Client Publisher Improvments
> -------------------------------
>
>                 Key: KAFKA-297
>                 URL: https://issues.apache.org/jira/browse/KAFKA-297
>             Project: Kafka
>          Issue Type: Improvement
>          Components: clients
>            Reporter: AaronR
>         Attachments: kafka297-v2.diff, kafka297v3.git.patch, publisher.patch
>
>
> The current go client creates a connection to the broker, sends single message, disconnects.  It can also only send single messages, not message sets.
> Improve to:
> * have single connection that stays open
> * send message sets

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (KAFKA-297) Go Client Publisher Improvments

Posted by "AaronR (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KAFKA-297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

AaronR updated KAFKA-297:
-------------------------

    Attachment: publisher.patch
    
> Go Client Publisher Improvments
> -------------------------------
>
>                 Key: KAFKA-297
>                 URL: https://issues.apache.org/jira/browse/KAFKA-297
>             Project: Kafka
>          Issue Type: Improvement
>          Components: clients
>            Reporter: AaronR
>         Attachments: publisher.patch
>
>
> The current go client creates a connection to the broker, sends single message, disconnects.  It can also only send single messages, not message sets.
> Improve to:
> * have single connection that stays open
> * send message sets

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira