Re: [VOTE]Release Apache RocketMQ APIs 2.0.0 RC1

2022-07-17 Thread yukon
+1 binding I checked: 1. The signed key can be found in the KEYs file 2. LICENSE is Apache V2, the notice of Protocol Buffers has been added to the notice of this release. 3. gpg verify ok for both source and binary releases. 4. sha512sum ok for both source and binary releases. Regards, yukon

[ANNOUNCE]New Committers of Apache RocketMQ: Lin Shen(shenlin) and Yangkun Ai(aaronai)

2022-06-14 Thread yukon
. Congrats, guys :-) Best regards, Yukon

Re: [VOTE] RocketMQ-client-go 1.2.0 Release And Graduation

2019-01-03 Thread yukon
+1 On Fri, Jan 4, 2019 at 2:15 PM Kevin Wang wrote: > +1 Go! > > > > 在 2019年1月4日,下午1:15,Shannon 写道: > > > > Hello RocketMQ Community, > > > > This is the vote for the 1.2.0 release and the graduation of Apache > RocketMQ-client-go. > > > > Github repo: https://github.com/apache/rocketmq-client

Re: [ANNOUNCE] Congrats, CSoC Start !

2018-05-02 Thread yukon
Hi, Do you have any plan for the project? And we can use slack for communication. We are GMT+8. On Sun, Apr 29, 2018 at 9:32 AM, Ratnasingam Kasthuriraajan < kasthuriraaja...@gmail.com> wrote: > Hi Von, yukon, > > What would be the plan until May 14th? What would be the medium

Re: [ANNOUNCE] Congrats, CSoC Start !

2018-04-26 Thread yukon
Hi Guys, Congratulations on getting these GSoC projects, though that it's too late. Looking forward to working with you guys this summer. ``` I would like to ask why Yukon isn't listed in the mentors list assigned to my project? ``` I am, but the listed name is `Xinyu Zhou` which

Re: The State of RocketMQ Streaming Integration

2018-04-03 Thread yukon
Thanks, Xin! These plugins have greatly enriched the RocketMQ community, hope we could get more feedback from the community about these plugins. Regards, yukon On Mon, Mar 26, 2018 at 10:44 AM, Xin Wang wrote: > Hi folks, > > I'm glad to say that the RocketMQ-Flink module h

Re: 投稿 RocketMQ Master宕机后重启出现的严重问题分析

2018-04-01 Thread yukon
Hi, 非常欢迎撰写RocketMQ相关的技术文章,建议放到Google DOC上并共享出来方便大家进行Comment。 Regards, yukon 2018-04-02 12:06 GMT+08:00 404828407 <404828...@qq.com>: > > RocketMQ Master宕机后重启出现的严重问题分析 > > 作者:卢松 > > > 以前发现RocketMQ的master机器宕机时会出现很多诡异的问题,所以最近做了一系列实验来试图找到问题的原因, > 也是想发现风险点。没想到发现了一个更严重的

Re: 投稿 RocketMQ中新消费组上线时有什么风险?

2018-04-01 Thread yukon
Hi, 非常欢迎撰写RocketMQ相关的技术文章,建议放到Google DOC上并共享出来方便大家进行Comment。 Regards, yukon 2018-04-02 12:09 GMT+08:00 404828407 <404828...@qq.com>: > RocketMQ中新消费组上线时有什么风险? > 作者:卢松 > > > > > 以前碰到过一个问题,一个新消费组上线时和我们期望的消费行为有偏差,今天专门研究下这个问题,看看是怎么回事。 > > > 在RocketMQ中,假如一个新消

Re: How to get message from DLQ?

2018-03-26 Thread yukon
y subscriptions and the DLQ is related to the consumer group, not the topic. Regards, yukon On Mon, Mar 26, 2018 at 12:05 PM, 那~ <3097904...@qq.com> wrote: > > Hey guys, > > Help us with one hand please! When you have some free time if you touch > <http://python.jobbole.com/

Re: rocketmq性能提升相关问题咨询

2018-03-13 Thread yukon
Hi, 第一个问题,确实这里涉及到了一次拷包,这里如果不聚合的话,写真正的File的IO次数会更频繁的,对于你说的Body非常的的情况下,这种情况瓶颈一般在磁盘上,但这里有优化的余地,可以节约点CPU。 第二个问题,现在主从同步双写的话确实会因为线程阻塞导致性能受到影响,我们也正在改造成全异步的形式。 祝好 2018-03-13 11:56 GMT+08:00 李煜洲 : > hi,大家好。我是美团基础架构部的李煜洲,最近在对rocketmq做一些性能方面的测试,在阅读代码的时候发现两个问题,希望和大家讨论一下 > 1、AppendMessageResult doAppend函数,作

[ANNOUNCE] Github Issue has been enabled for Apache RocketMQ

2018-03-04 Thread yukon
Regards, yukon

Re: Active / Passive in WAN

2018-02-03 Thread yukon
perm in BrokerA. Now, BrokerA is passive. All the operations can be finished by the MQAdmin tool, please have a try and let me know if you have any other question. [1]. http://rocketmq.apache.org/docs/order-example/ Regards, yukon On Thu, Feb 1, 2018 at 5:56 PM, Sebastien Briquet wrote: > H

Re: RocketMQ offset getting difference between broker and consumer

2018-01-23 Thread yukon
if you have any other questions. Regards, yukon On Mon, Jan 22, 2018 at 11:07 PM, 智齿 wrote: > > Hi Sir, > I'm a new guy who just join the RocketMQ community. > I have no idea what happened before I came. > > Then, below what I said is my personal advice: > "

Re: need help on RocketMQ error

2018-01-21 Thread yukon
I guess it’s a bug in older client, update your SDK to resolve this issue. Sachin Singh 于2018年1月22日 周一下午1:51写道: > Hi All, > I am getting error in RocketMQ log, I need help what is the cause, checked > permission are correct for deployed wars. > > Regards > SACHIN >

[ANNOUNCE] Release Apache RocketMQ 4.2.0

2017-12-18 Thread yukon
Hi all, Apache RocketMQ is a distributed messaging and streaming platform with low latency, high performance and reliability, trillion-level capacity and flexible scalability. The Apache RocketMQ community would like to announce the release of Apache RocketMQ 4.2.0. This release supports some ne

Re: [STARTUP]Apache RocketMQ Shenzhen Meetup

2017-11-27 Thread yukon
Hi, I would like to share a topic `Operations Strategy in Apache RocketMQ` in this meetup, hope this topic could help users build a good understanding of their cluster. Let me know if you guys are interested in this topic -:) Regards, yukon On Mon, Nov 27, 2017 at 4:36 PM, Von Gosling wrote

[INFO] Announcing Apache RocketMQ as a TLP

2017-10-09 Thread yukon
e RocketMQ has two formal releases during incubation, 4.0.0-incubating, and 4.1.0-incubating, the related download links have been moved, please refer to our download page[7] to fetch the newest link if you need. The first TLP version 4.2.0 will be released soon. Regards, yukon [1]. https://

Re: contribute windows cpp code to rocketmq-cpp

2017-09-28 Thread yukon
has interests in CPP/.NET SDK, please work with qiwei together -:) Regards, yukon On Thu, Sep 28, 2017 at 2:46 PM, dongeforever wrote: > Nice. Thanks qiwei.wqw 's work. > > BTW, the content of the email will look better if the links could be put in > the end and numbered with [1] [2]