You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2019/09/13 16:09:38 UTC

[GitHub] [rocketmq-client-go] codecov-io commented on issue #205: Open Api tp set consume message max size

codecov-io commented on issue #205: Open Api tp set consume message max size
URL: https://github.com/apache/rocketmq-client-go/pull/205#issuecomment-531298200
 
 
   # [Codecov](https://codecov.io/gh/apache/rocketmq-client-go/pull/205?src=pr&el=h1) Report
   > Merging [#205](https://codecov.io/gh/apache/rocketmq-client-go/pull/205?src=pr&el=desc) into [native](https://codecov.io/gh/apache/rocketmq-client-go/commit/d8d5e4605f5f78b6c9e4a66ca2be4c3dbd4e3395?src=pr&el=desc) will **decrease** coverage by `0.4%`.
   > The diff coverage is `0%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/rocketmq-client-go/pull/205/graphs/tree.svg?width=650&token=CiV9ofPkG3&height=150&src=pr)](https://codecov.io/gh/apache/rocketmq-client-go/pull/205?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           native     #205      +/-   ##
   ==========================================
   - Coverage   26.52%   26.12%   -0.41%     
   ==========================================
     Files          46       46              
     Lines        4674     4677       +3     
   ==========================================
   - Hits         1240     1222      -18     
   - Misses       3262     3282      +20     
   - Partials      172      173       +1
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/rocketmq-client-go/pull/205?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [consumer/option.go](https://codecov.io/gh/apache/rocketmq-client-go/pull/205/diff?src=pr&el=tree#diff-Y29uc3VtZXIvb3B0aW9uLmdv) | `28.57% <0%> (-1.62%)` | :arrow_down: |
   | [consumer/statistics.go](https://codecov.io/gh/apache/rocketmq-client-go/pull/205/diff?src=pr&el=tree#diff-Y29uc3VtZXIvc3RhdGlzdGljcy5nbw==) | `61.73% <0%> (-7.83%)` | :arrow_down: |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/rocketmq-client-go/pull/205?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/rocketmq-client-go/pull/205?src=pr&el=footer). Last update [d8d5e46...4870e14](https://codecov.io/gh/apache/rocketmq-client-go/pull/205?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

Re:[GitHub] [rocketmq-client-go] codecov-io commented on issue #205: Open Api tp set consume message max size

Posted by yp <li...@163.com>.
hi RocketMQ Community,


i run main.go from native branch


but i got some error 


lanrendeMacBook-Pro:examples lanren$ go run main.go
# github.com/apache/rocketmq-client-go/core
../core/cfuns.go:22:10: fatal error: 'rocketmq/CMessageExt.h' file not found
#include <rocketmq/CMessageExt.h>
         ^~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.


So is there any place to use cgo now ?


 lan