phxqueue icon indicating copy to clipboard operation
phxqueue copied to clipboard

A high-availability, high-throughput and highly reliable distributed queue based on the Paxos algorithm.

Results 10 phxqueue issues
Sort by recently updated
recently updated
newest added

为什么这么多issues都是opend的状态,最后一次更新是18年10月

phxqueue/producer/producer.cpp:105中打印顺序反了导致coredump QLErr("pub_id %d client_id %s not decide or invalid", client_id.c_str(), pub_id); 这一句中 pub_id 和 client_id.c_str() 顺序反了,导致 coredump,麻烦改一下

咱们能不能提供下使用demo及详细的api文档。

微软已经开源.NET 版本叫.NET Core ,支持跨平台,支持Linux, 这个消息队列非常强悍,看目前仅支持C++,期待能有支持C# 等其他语言。

phxqueue 与腾讯云的CMQ 有什么区别??phxqueue 的具体应用场景有哪些??

我按照github中的介绍,执行自动构建失败: utilities.cc:(.text+0x820): undefined reference to `_Ux86_64_getcontext' utilities.cc:(.text+0x839): undefined reference to `_ULx86_64_init_local' utilities.cc:(.text+0x892): undefined reference to `_ULx86_64_get_reg' utilities.cc:(.text+0x8e2): undefined reference to `_ULx86_64_step' collect2: error: ld returned 1 exit status

compile error

希望加强文档,比如例子,配置一些参数解释,

enhancement