Hi devs,
RocketMQ client for cpp had gone through 3 years time-tested in Alibaba Group,and had been used widly by many services, such as IM service, Navigation, advertisement tool, on-line shopping service and so on; It is stable with following characteristics: 1>. disaster recovery ability Based on nameServer snapshot and network disaster recovery strategy, no real-time impact on publish/subscribe when anyone of broker or nameSrv was broken 2>. low latency publish latency < 2ms, subscribe latency < 10ms 3>. High publish/subsricbe TPS For 16 message queues, publish TPS > 3W, subsricbe TPS > 15W 4>. support all rocketmq features Such as broadcast/cluster model, orderly publish/subscribe, timed msg, consumer status query and so on. After starting to contribute this cpp client to incubator-rocketmq-externals, we complete Usability work, such as reduce dependencies to boost/libevent/jsoncpp, support auto build and find dependencies by cmake and so on; In the near future, we will contribute windows cpp and donet client to incubator-rocketmq-externals, Thanks! Most importantly, we are looking forward to new volunteers, let's build a more perfect CPP/.NET client for RocketMQ!