[GitHub] [rocketmq] goudai edited a comment on issue #2574: The 4.8.0 version of the dledger mode does not work in k8s

2021-02-23 Thread GitBox
goudai edited a comment on issue #2574: URL: https://github.com/apache/rocketmq/issues/2574#issuecomment-784868715 我猜测可能是ipv6导致的该问题,请问该如何配置让其监听IPV4 This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [rocketmq] goudai commented on issue #2574: The 4.8.0 version of the dledger mode does not work in k8s

2021-02-23 Thread GitBox
goudai commented on issue #2574: URL: https://github.com/apache/rocketmq/issues/2574#issuecomment-784868715 我猜测可能是ipv6导致的该问题 This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [rocketmq] goudai commented on issue #2574: The 4.8.0 version of the dledger mode does not work in k8s

2021-02-23 Thread GitBox
goudai commented on issue #2574: URL: https://github.com/apache/rocketmq/issues/2574#issuecomment-784867081 > > 我遇到了同样的问题。 > > 是启动存在问题,还是跟上面另外一个同学一样,发送时出现异常?如果可以的话,麻烦发一段报错日志出来,另外确认下是不是IPv6 的环境? ![image](https://user-images.githubusercontent.com/16605628/108964866-ffa41180-

[GitHub] [rocketmq] goudai commented on issue #2574: The 4.8.0 version of the dledger mode does not work in k8s

2021-02-23 Thread GitBox
goudai commented on issue #2574: URL: https://github.com/apache/rocketmq/issues/2574#issuecomment-784852988 集群状态正常,如下图所示 ![image](https://user-images.githubusercontent.com/16605628/108962356-979ffc00-76b3-11eb-9bb7-1ac82bb4f0c9.png) 创建主题也正常 ![image](https://user-images.githubuserc

[GitHub] [rocketmq-externals] duhenglucky commented on pull request #604: connect-es realization

2021-02-23 Thread GitBox
duhenglucky commented on pull request #604: URL: https://github.com/apache/rocketmq-externals/pull/604#issuecomment-784731554 最好是将 ES 的connector 独立出来,其并不依赖上游数据源,上游数据源可能是MySQL,也有可能是日志 This is an automated message from the Apa

[GitHub] [rocketmq-externals] githublaohu opened a new pull request #604: connect-es realization

2021-02-23 Thread GitBox
githublaohu opened a new pull request #604: URL: https://github.com/apache/rocketmq-externals/pull/604 ## What is the purpose of the change 实现从MySQL同步数据到es To synchronize data from Mysql to es ## Brief changelog 实现connect-es整体项目 Realize the whole project of connect

[GitHub] [rocketmq-client-python] lgsy1995 opened a new issue #108: How to send batch message to broker

2021-02-23 Thread GitBox
lgsy1995 opened a new issue #108: URL: https://github.com/apache/rocketmq-client-python/issues/108 Does this python version support send batch message to broker ? This is an automated message from the Apache Git Service. To r

[GitHub] [rocketmq-client-go] SetForU opened a new issue #610: Can consumer auto-create topics that don't exist?

2021-02-23 Thread GitBox
SetForU opened a new issue #610: URL: https://github.com/apache/rocketmq-client-go/issues/610 I used v2.1.0-rc5 version to subscribe a topic that does not exist, then consumer will report an error "the topic=XXX route info not found, it may not exist". So I want consumer can auto-create

[GitHub] [rocketmq] coveralls edited a comment on pull request #2684: [ISSUE #2683] Add delay message stats to brokerStatsManager

2021-02-23 Thread GitBox
coveralls edited a comment on pull request #2684: URL: https://github.com/apache/rocketmq/pull/2684#issuecomment-782064212 [![Coverage Status](https://coveralls.io/builds/37393994/badge)](https://coveralls.io/builds/37393994) Coverage decreased (-0.08%) to 51.837% when pulling *

[GitHub] [rocketmq] i757 commented on issue #2691: application.yml文件中为通道配置的生产者属性没有加载到ExtendedProducerProperties里面

2021-02-23 Thread GitBox
i757 commented on issue #2691: URL: https://github.com/apache/rocketmq/issues/2691#issuecomment-784684410 > 启动类里应该加上@EnableBinding(ProducerChannel.class),注意这里没有大括号。 > @SpringBootApplication > @EnableBinding(ProducerChannel.class) > public class ProducerStarter { > > ``` >

[GitHub] [rocketmq] maixiaohai commented on a change in pull request #2684: [ISSUE #2683] Add delay message stats to brokerStatsManager

2021-02-23 Thread GitBox
maixiaohai commented on a change in pull request #2684: URL: https://github.com/apache/rocketmq/pull/2684#discussion_r581561321 ## File path: store/src/main/java/org/apache/rocketmq/store/schedule/ScheduleMessageService.java ## @@ -66,6 +68,13 @@ public ScheduleMessageSer

[GitHub] [rocketmq] vongosling edited a comment on issue #2690: Support Ruby SDK

2021-02-23 Thread GitBox
vongosling edited a comment on issue #2690: URL: https://github.com/apache/rocketmq/issues/2690#issuecomment-784674432 The plan always comes with the needs of the community. Nowadays, I've seen some guys start talking about PHP, .NET, even Ruby in this issue. Let's open this request for a

[GitHub] [rocketmq] vongosling commented on issue #2690: Support Ruby SDK

2021-02-23 Thread GitBox
vongosling commented on issue #2690: URL: https://github.com/apache/rocketmq/issues/2690#issuecomment-784674432 The plan always comes with the needs of the community. Nowadays, I've seen some guys start talking about PHP, NodeJS, even Ruby in this issue. Let's open this request for a long

[GitHub] [rocketmq] vongosling commented on a change in pull request #2684: [ISSUE #2683] Add delay message stats to brokerStatsManager

2021-02-23 Thread GitBox
vongosling commented on a change in pull request #2684: URL: https://github.com/apache/rocketmq/pull/2684#discussion_r581540662 ## File path: store/src/main/java/org/apache/rocketmq/store/schedule/ScheduleMessageService.java ## @@ -66,6 +68,13 @@ public ScheduleMessageSer

[GitHub] [rocketmq] duhenglucky edited a comment on issue #2574: The 4.8.0 version of the dledger mode does not work in k8s

2021-02-23 Thread GitBox
duhenglucky edited a comment on issue #2574: URL: https://github.com/apache/rocketmq/issues/2574#issuecomment-784658892 > 我遇到了同样的问题。 是启动存在问题,还是跟上面另外一个同学一样,发送时出现异常?如果可以的话,麻烦发一段报错日志出来,另外确认下是不是IPv6 的环境? This is an automat

[GitHub] [rocketmq] duhenglucky closed issue #2691: application.yml文件中为通道配置的生产者属性没有加载到ExtendedProducerProperties里面

2021-02-23 Thread GitBox
duhenglucky closed issue #2691: URL: https://github.com/apache/rocketmq/issues/2691 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

[GitHub] [rocketmq-externals] duhenglucky merged pull request #681: [ISSUE #680] Fix too much warn log because non-exist retry topic

2021-02-23 Thread GitBox
duhenglucky merged pull request #681: URL: https://github.com/apache/rocketmq-externals/pull/681 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [rocketmq] duhenglucky commented on issue #2574: The 4.8.0 version of the dledger mode does not work in k8s

2021-02-23 Thread GitBox
duhenglucky commented on issue #2574: URL: https://github.com/apache/rocketmq/issues/2574#issuecomment-784658892 > 我遇到了同样的问题。 是启动存在问题,还是跟上面另外一个同学一样,发送时出现异常?如果可以的话,麻烦发一段报错日志出来 This is an automated message from the Apach

[GitHub] [rocketmq] coveralls edited a comment on pull request #2684: [ISSUE #2683] Add delay message stats to brokerStatsManager

2021-02-23 Thread GitBox
coveralls edited a comment on pull request #2684: URL: https://github.com/apache/rocketmq/pull/2684#issuecomment-782064212 [![Coverage Status](https://coveralls.io/builds/37376649/badge)](https://coveralls.io/builds/37376649) Coverage increased (+0.06%) to 51.981% when pulling *

[GitHub] [rocketmq] maixiaohai commented on a change in pull request #2684: [ISSUE #2683] Add delay message stats to brokerStatsManager

2021-02-23 Thread GitBox
maixiaohai commented on a change in pull request #2684: URL: https://github.com/apache/rocketmq/pull/2684#discussion_r581158070 ## File path: store/src/main/java/org/apache/rocketmq/store/schedule/ScheduleMessageService.java ## @@ -58,14 +59,16 @@ private final Concurrent

[GitHub] [rocketmq-exporter] maixiaohai commented on issue #49: Metrics cannot be obtained after ACL authentication is enabled

2021-02-23 Thread GitBox
maixiaohai commented on issue #49: URL: https://github.com/apache/rocketmq-exporter/issues/49#issuecomment-784286465 Add your ak and sk config in application.yml. BTW, a detailed description about version and log will make community help you easier~ ---

[GitHub] [rocketmq] ShannonDing commented on issue #2691: application.yml文件中为通道配置的生产者属性没有加载到ExtendedProducerProperties里面

2021-02-23 Thread GitBox
ShannonDing commented on issue #2691: URL: https://github.com/apache/rocketmq/issues/2691#issuecomment-784213992 It is recommended to migrate this issue to the rocketmq spring project. https://github.com/apache/rocketmq-spring

[GitHub] [rocketmq] ShannonDing commented on a change in pull request #2684: [ISSUE #2683] Add delay message stats to brokerStatsManager

2021-02-23 Thread GitBox
ShannonDing commented on a change in pull request #2684: URL: https://github.com/apache/rocketmq/pull/2684#discussion_r581043945 ## File path: store/src/main/java/org/apache/rocketmq/store/schedule/ScheduleMessageService.java ## @@ -58,14 +59,16 @@ private final Concurren

[GitHub] [rocketmq] ShannonDing commented on issue #2680: Please describe the startup process of namesrv

2021-02-23 Thread GitBox
ShannonDing commented on issue #2680: URL: https://github.com/apache/rocketmq/issues/2680#issuecomment-784204394 link #2682 This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [rocketmq] ShannonDing commented on issue #2689: Can't Start Name Server on Ubuntu

2021-02-23 Thread GitBox
ShannonDing commented on issue #2689: URL: https://github.com/apache/rocketmq/issues/2689#issuecomment-784203923 any more error information? This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [rocketmq] ShannonDing commented on issue #2690: How about support more languages?like ruby?

2021-02-23 Thread GitBox
ShannonDing commented on issue #2690: URL: https://github.com/apache/rocketmq/issues/2690#issuecomment-784201040 At present, the community has no plans for ruby ​​language and welcomed to join the community incubator to strengthen the muti language eco If you are willing to develop ruby ​​

[GitHub] [rocketmq] ShannonDing commented on a change in pull request #2682: [ISSUE #2680]Add namesrv startup process description

2021-02-23 Thread GitBox
ShannonDing commented on a change in pull request #2682: URL: https://github.com/apache/rocketmq/pull/2682#discussion_r581023705 ## File path: docs/cn/client/java/API_Reference_NamesrvStartup.md ## @@ -0,0 +1,172 @@ +##NamesrvStarup Review comment: 标题格式缺少空格

[GitHub] [rocketmq] lizhiboo commented on issue #2614: Avoid unnecessary data copy

2021-02-23 Thread GitBox
lizhiboo commented on issue #2614: URL: https://github.com/apache/rocketmq/issues/2614#issuecomment-784186562 > ```java > headerDecode > ``` IMO, decode operation can not avoid. Even if use sliced frame and deliver to next processor, decode also needed finally. Sliced frame and

[GitHub] [rocketmq] lizhiboo edited a comment on issue #2675: ERROR main - Failed to create SSLContext for server

2021-02-23 Thread GitBox
lizhiboo edited a comment on issue #2675: URL: https://github.com/apache/rocketmq/issues/2675#issuecomment-784179037 > By java 15, centos7.9. > > when start Rocketmq, the error log is: > > ``` > 2021-02-18 00:15:34 ERROR main - Failed to create SSLContext for server > jav

[GitHub] [rocketmq] lizhiboo commented on issue #2675: ERROR main - Failed to create SSLContext for server

2021-02-23 Thread GitBox
lizhiboo commented on issue #2675: URL: https://github.com/apache/rocketmq/issues/2675#issuecomment-784179037 > By java 15, centos7.9. > > when start Rocketmq, the error log is: > > ``` > 2021-02-18 00:15:34 ERROR main - Failed to create SSLContext for server > java.secur

[GitHub] [rocketmq] lizhiboo commented on issue #2689: Can't Start Name Server on Ubuntu

2021-02-23 Thread GitBox
lizhiboo commented on issue #2689: URL: https://github.com/apache/rocketmq/issues/2689#issuecomment-784177551 > **BUG REPORT** > > 1. Please describe the issue you observed: > > steps: > download the rocketmq-all-4.8.0-source-release.zip > execute the following commands t

[GitHub] [rocketmq] fengyiluo commented on issue #2691: application.yml文件中为通道配置的生产者属性没有加载到ExtendedProducerProperties里面

2021-02-23 Thread GitBox
fengyiluo commented on issue #2691: URL: https://github.com/apache/rocketmq/issues/2691#issuecomment-784168443 启动类里应该加上@EnableBinding(ProducerChannel.class),注意这里没有大括号。 @SpringBootApplication @EnableBinding(ProducerChannel.class) public class ProducerStarter { public stati

[GitHub] [rocketmq] i757 opened a new issue #2691: application.yml文件中为通道配置的生产者属性没有加载到ExtendedProducerProperties里面

2021-02-23 Thread GitBox
i757 opened a new issue #2691: URL: https://github.com/apache/rocketmq/issues/2691 前提:使用的是spring-cloud-starter-stream-rocketmq 2.2.3版本 1. 自定义发送消息的通道 ``` public interface ProducerChannel { String OBJECT_TX = "object_tx"; @Output(ProducerChannel.OBJECT_TX)

[GitHub] [rocketmq] fengyiluo commented on issue #2690: How about support more languages?like ruby?

2021-02-23 Thread GitBox
fengyiluo commented on issue #2690: URL: https://github.com/apache/rocketmq/issues/2690#issuecomment-784073992 It's a good idea. This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [rocketmq] fengyiluo commented on issue #2689: Can't Start Name Server on Ubuntu

2021-02-23 Thread GitBox
fengyiluo commented on issue #2689: URL: https://github.com/apache/rocketmq/issues/2689#issuecomment-784062250 Can you provide more error info? This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [rocketmq-client-go] ShannonDing commented on pull request #522: repair memory cache to distinguish between multiple nameservers

2021-02-23 Thread GitBox
ShannonDing commented on pull request #522: URL: https://github.com/apache/rocketmq-client-go/pull/522#issuecomment-784053081 any upgrade? This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [rocketmq] goudai commented on issue #2574: The 4.8.0 version of the dledger mode does not work in k8s

2021-02-23 Thread GitBox
goudai commented on issue #2574: URL: https://github.com/apache/rocketmq/issues/2574#issuecomment-784043614 我遇到了同样的问题。 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [rocketmq] codecov-io edited a comment on pull request #2617: [ISSUE #2615]Add property of benchmark`s producer that specifies how many messages to send

2021-02-23 Thread GitBox
codecov-io edited a comment on pull request #2617: URL: https://github.com/apache/rocketmq/pull/2617#issuecomment-764660571 # [Codecov](https://codecov.io/gh/apache/rocketmq/pull/2617?src=pr&el=h1) Report > Merging [#2617](https://codecov.io/gh/apache/rocketmq/pull/2617?src=pr&el=desc)

[GitHub] [rocketmq] coveralls edited a comment on pull request #2617: [ISSUE #2615]Add property of benchmark`s producer that specifies how many messages to send

2021-02-23 Thread GitBox
coveralls edited a comment on pull request #2617: URL: https://github.com/apache/rocketmq/pull/2617#issuecomment-764650670 [![Coverage Status](https://coveralls.io/builds/37362269/badge)](https://coveralls.io/builds/37362269) Coverage increased (+0.2%) to 52.033% when pulling **

[GitHub] [rocketmq] EZLippi commented on issue #2292: The question about the logic of CONSUME_FROM_TIMESTAMP

2021-02-23 Thread GitBox
EZLippi commented on issue #2292: URL: https://github.com/apache/rocketmq/issues/2292#issuecomment-784006551 > what if no any offset from timestamp, such as file broken then searchOffSet will return 0 1. get offset from ConsumerOffsetManager, if >=0 , return to client 2. return