You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by wenfengwang <gi...@git.apache.org> on 2017/05/07 08:33:23 UTC

[GitHub] incubator-rocketmq-externals pull request #18: Go client: implement MQClient...

GitHub user wenfengwang opened a pull request:

    https://github.com/apache/incubator-rocketmq-externals/pull/18

    Go client: implement MQClient and a part of PullConsumer

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/wenfengwang/incubator-rocketmq-externals master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-rocketmq-externals/pull/18.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #18
    
----
commit dd2eac403d5769cce9ec594f26b556a28fd46f68
Author: wangwenfeng <sx...@gmail.com>
Date:   2017-04-29T04:37:32Z

    add default consumer interface

commit 3faa524e3cde4d942d4db7bd548c407f65ce3922
Author: wangwenfeng <sx...@gmail.com>
Date:   2017-04-29T08:17:50Z

    defined client api complete

commit eb17b5a05943dc81c3629a218d8caa348afa8f33
Author: wangwenfeng <sx...@gmail.com>
Date:   2017-04-29T10:22:40Z

    add method to remoting client

commit 2b1ed8efcd0f9d663a4f04857fa817bc294440c6
Author: wangwenfeng <sx...@gmail.com>
Date:   2017-05-02T07:07:43Z

    complete client_api for sync

commit 3cdb7be870cea4fa7fa4cce0e28d4da5618bf5c3
Author: wangwenfeng <sx...@gmail.com>
Date:   2017-05-02T10:56:26Z

    defined method for mq_client

commit 09707279f8d17ddbd11416f2399d4e810dbda969
Author: wangwenfeng <sx...@gmail.com>
Date:   2017-05-02T11:29:17Z

    add service

commit 37de1a2fc4b7aca282809aef2b6143c0b0849d4f
Author: wangwenfeng <sx...@gmail.com>
Date:   2017-05-02T12:09:17Z

    defined rebalance service

commit 00d06b214fa132ee782fe15156db520ded22b911
Author: wangwenfeng <sx...@gmail.com>
Date:   2017-05-02T12:38:44Z

    modify service

commit 5364c5364719ba737ef4cb708d4b5735516138b9
Author: wangwenfeng <sx...@gmail.com>
Date:   2017-05-02T13:43:23Z

    add pullSync

commit 93c1bae33051773bd57ecb5b0c6beb14bd795da3
Author: wangwenfeng <sx...@gmail.com>
Date:   2017-05-02T16:54:05Z

    update pull_consumer

commit 0460398d12cc2f781d2ecc3ae0661eec7d876b47
Author: wangwenfeng <sx...@gmail.com>
Date:   2017-05-03T05:42:08Z

    complete PullAPIWrapper

commit f48588de15d280bb5902882aa4d6d70c79ac2123
Author: wangwenfeng <sx...@gmail.com>
Date:   2017-05-03T06:17:51Z

    update

commit 266891d2b5da68a3e9045c4ca531d96ec57ecc82
Author: wangwenfeng <sx...@gmail.com>
Date:   2017-05-03T07:43:09Z

    update client_api

commit db8c8e52800363793a6586b4503abc97bf3e52df
Author: wangwenfeng <sx...@gmail.com>
Date:   2017-05-03T09:23:43Z

    update client_api

commit b865d0901f6dbce80e0538ac39ea3b06dc2f0e47
Author: wangwenfeng <sx...@gmail.com>
Date:   2017-05-05T05:26:12Z

    add license

commit 6ad37f82c54e354340e1943acb2570d3f5aa8ed7
Author: wangwenfeng <sx...@gmail.com>
Date:   2017-05-06T10:18:57Z

    go fmt

commit 82686779ac5000e14452d83202b81c767d1fe71c
Author: wangwenfeng <sx...@gmail.com>
Date:   2017-05-06T12:55:00Z

    implement mq_client method

commit 656f10f10bfa961fca3a9d13e2d2273891dc73a8
Author: wangwenfeng <sx...@gmail.com>
Date:   2017-05-06T13:24:50Z

    copy util from styletang repos

commit ce1a42afb4336863db1a690d2fd5e25ccae9a092
Author: wangwenfeng <sx...@gmail.com>
Date:   2017-05-06T14:24:08Z

    add field to commonRebalance

commit 0cbf74bdf2f83bbb58804ed4ad5729b83d638123
Author: wangwenfeng <sx...@gmail.com>
Date:   2017-05-06T16:16:17Z

    add method to rebalance

commit f6c6f967ca82911fb789e47f70bbbc2a34bdda62
Author: wangwenfeng <sx...@gmail.com>
Date:   2017-05-06T16:34:09Z

    add method to rebalance

commit b841190197aae948feb8ad04e7f1b6399e3c7add
Author: wangwenfeng <sx...@gmail.com>
Date:   2017-05-07T05:39:01Z

    optimize code

commit 60122b4c0da134d7f7678a2953c6fe9b980208fd
Author: wangwenfeng <sx...@gmail.com>
Date:   2017-05-07T08:28:01Z

    Merge branch 'us_master' into backup2

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-rocketmq-externals issue #18: Go client: implement MQClientAPI and...

Posted by StyleTang <gi...@git.apache.org>.
Github user StyleTang commented on the issue:

    https://github.com/apache/incubator-rocketmq-externals/pull/18
  
    Well done  :-)
    We should make sure that the example can be executed correctly.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-rocketmq-externals pull request #18: Go client: implement MQClient...

Posted by wenfengwang <gi...@git.apache.org>.
Github user wenfengwang closed the pull request at:

    https://github.com/apache/incubator-rocketmq-externals/pull/18


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-rocketmq-externals issue #18: Go client: implement MQClientAPI and...

Posted by wenfengwang <gi...@git.apache.org>.
Github user wenfengwang commented on the issue:

    https://github.com/apache/incubator-rocketmq-externals/pull/18
  
    Use @StyleTang 's implementation, I close the PR.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---