the heartbeat reply ledgerupdate is ok

This commit is contained in:
lnk
2025-05-12 16:43:42 +08:00
parent 8a2e6ea537
commit a6685ca801
9 changed files with 171 additions and 192 deletions

View File

@@ -8,7 +8,7 @@
#include "../rocketmq/CPushConsumer.h"
#include <vector>
#include <iostream>
/*添加测试函数lnk10-10*/
void producer_send0();
@@ -42,7 +42,7 @@ struct Subscription {
MessageCallBack callback;
Subscription(const std::string& t, const std::string& tg, MessageCallBack cb)
: topic(t), tag(tg), callback(cb) {}
: topic(t), tag(tg), callback(cb) {std::cout << "Subscription topic: " << topic << std::endl;}
};
void rocketmq_consumer_receive(