[GitHub] [rocketmq-client-python] tinybright closed issue #78: What should I put in expression ? consumer.subscribe(topic, callback, expression)

2019-12-08 Thread GitBox
tinybright closed issue #78: What should I put in expression ? consumer.subscribe(topic, callback,expression) URL: https://github.com/apache/rocketmq-client-python/issues/78 This is an automated message from the Apache Git

[GitHub] [rocketmq] duhenglucky commented on issue #1573: kill one rocketMq master broker and slave broker CPU is much higher than before

2019-12-08 Thread GitBox
duhenglucky commented on issue #1573: kill one rocketMq master broker and slave broker CPU is much higher than before URL: https://github.com/apache/rocketmq/issues/1573#issuecomment-563097651 @walterhong did you used the rocketmq-console?and this page will frequently call this interfac

[GitHub] [rocketmq-client-python] tinybright commented on issue #78: What should I put in expression ? consumer.subscribe(topic, callback, expression)

2019-12-08 Thread GitBox
tinybright commented on issue #78: What should I put in expression ? consumer.subscribe(topic, callback,expression) URL: https://github.com/apache/rocketmq-client-python/issues/78#issuecomment-563096965 It works fine after I use a new group_id and instance_name per run.I don't know if it

[GitHub] [rocketmq] walterhong commented on issue #1573: kill one rocketMq master broker and slave broker CPU is much higher than before

2019-12-08 Thread GitBox
walterhong commented on issue #1573: kill one rocketMq master broker and slave broker CPU is much higher than before URL: https://github.com/apache/rocketmq/issues/1573#issuecomment-563096499 @duhenglucky I remote debug slave broker that has high cpu,and find that request code of the h

[GitHub] [rocketmq-client-python] ShannonDing commented on issue #73: [TravisCI] Please modify the RocketMQ binary package download link.

2019-12-08 Thread GitBox
ShannonDing commented on issue #73: [TravisCI] Please modify the RocketMQ binary package download link. URL: https://github.com/apache/rocketmq-client-python/issues/73#issuecomment-563095620 Get history release package from https://archive.apache.org/dist/rocketmq/x.y.z/rocketmq-all-x.y.z

[GitHub] [rocketmq-client-python] tinybright commented on issue #78: What should I put in expression ? consumer.subscribe(topic, callback, expression)

2019-12-08 Thread GitBox
tinybright commented on issue #78: What should I put in expression ? consumer.subscribe(topic, callback,expression) URL: https://github.com/apache/rocketmq-client-python/issues/78#issuecomment-563095630 It's my mistake.I adjusted the code and put the start before set_namesrv_addr. -

[GitHub] [rocketmq-client-python] ShannonDing closed issue #75: 两个PullConsumer会拿到同样的消息 总是重复

2019-12-08 Thread GitBox
ShannonDing closed issue #75: 两个PullConsumer会拿到同样的消息 总是重复 URL: https://github.com/apache/rocketmq-client-python/issues/75 This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [rocketmq-client-python] ShannonDing commented on issue #78: What should I put in expression ? consumer.subscribe(topic, callback, expression)

2019-12-08 Thread GitBox
ShannonDing commented on issue #78: What should I put in expression ? consumer.subscribe(topic, callback,expression) URL: https://github.com/apache/rocketmq-client-python/issues/78#issuecomment-563094936 The error shows that the client failed to get the route of the topic. please make

[GitHub] [rocketmq-client-python] tinybright edited a comment on issue #78: What should I put in expression ? consumer.subscribe(topic, callback, expression)

2019-12-08 Thread GitBox
tinybright edited a comment on issue #78: What should I put in expression ? consumer.subscribe(topic, callback,expression) URL: https://github.com/apache/rocketmq-client-python/issues/78#issuecomment-563092831 I tried to reappear it. But it went wrong when I tried to send msg by Produc

[GitHub] [rocketmq-client-python] tinybright commented on issue #78: What should I put in expression ? consumer.subscribe(topic, callback, expression)

2019-12-08 Thread GitBox
tinybright commented on issue #78: What should I put in expression ? consumer.subscribe(topic, callback,expression) URL: https://github.com/apache/rocketmq-client-python/issues/78#issuecomment-563092831 I tried to reappear it. But it went wrong when I tried to send msg by Producer.

[GitHub] [rocketmq-client-python] ShannonDing commented on issue #75: 两个PullConsumer会拿到同样的消息 总是重复

2019-12-08 Thread GitBox
ShannonDing commented on issue #75: 两个PullConsumer会拿到同样的消息 总是重复 URL: https://github.com/apache/rocketmq-client-python/issues/75#issuecomment-563086531 The current model of pull consumption is not well implemented in the offset management logic and is not very stable, so the interface of Pu

[GitHub] [rocketmq-client-python] ShannonDing commented on issue #78: What should I put in expression ? consumer.subscribe(topic, callback, expression)

2019-12-08 Thread GitBox
ShannonDing commented on issue #78: What should I put in expression ? consumer.subscribe(topic, callback,expression) URL: https://github.com/apache/rocketmq-client-python/issues/78#issuecomment-563083541 hello, could you please share the code on subscribing messages?

[GitHub] [rocketmq-client-python] TonyK-T commented on issue #77: raise ImportError('rocketmq dynamic library not found')

2019-12-08 Thread GitBox
TonyK-T commented on issue #77: raise ImportError('rocketmq dynamic library not found') URL: https://github.com/apache/rocketmq-client-python/issues/77#issuecomment-563080721 > pip install rocketmq pip install rocketmq && use ".set_namesrv_addr" not ".set_name_server_address"

[GitHub] [rocketmq-client-python] tinybright opened a new issue #78: What should I put in expression ? consumer.subscribe(topic, callback, expression)

2019-12-08 Thread GitBox
tinybright opened a new issue #78: What should I put in expression ? consumer.subscribe(topic, callback,expression) URL: https://github.com/apache/rocketmq-client-python/issues/78 I used p1 and *pi1* to subscribe message with tags p1,but I can get nothing. ---

[GitHub] [rocketmq-client-python] tinybright commented on issue #77: raise ImportError('rocketmq dynamic library not found')

2019-12-08 Thread GitBox
tinybright commented on issue #77: raise ImportError('rocketmq dynamic library not found') URL: https://github.com/apache/rocketmq-client-python/issues/77#issuecomment-563075087 @TonyK-T maybe you can try to pip install rocketmq first. -

[GitHub] [rocketmq] coffeehb commented on issue #1637: A directory traversal vulnerability exists in RocketMQ's automatic topic creation

2019-12-08 Thread GitBox
coffeehb commented on issue #1637: A directory traversal vulnerability exists in RocketMQ's automatic topic creation URL: https://github.com/apache/rocketmq/issues/1637#issuecomment-563036046 Hello, is there a repair plan for this vulnerability? A large number of rocketmq users are affect