MalikHou
MalikHou
Can you tell me which client version you used?
Under normal use (no transaction) , the semantics is at least once @Liberxue
Can we transplant the ack logic of java client?I learned that java client already supports.I can provide support
@cckellogg we want to ack some msgs in batch, not all. The msgid include ledgerID, entryID, partitionIdx but not batchIdx in bookie. Won't all msg be confirmed when we ack...
Can you assign me this issues? Maybe I want to try to solve this issue.
Why do I git clone the files of the private repository when I compile the project?
``` + git clone [email protected]:topling/cspp-memtable Cloning into 'cspp-memtable'... [email protected]: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the...
> You can file an issue about the clone fail, I can change the `git@` to `https://` in Makefile. ok! thx~