Skip to content

Commit 4730987

Browse files
authored
[ISSUE apache#690] Support batch msgs in dledger mode (apache#2406)
* implement issue-690 * add unit test * fix version * fix wroteOffset;update version;polish * polish * fix wrong wroteOffset of AppendMessageResult * move serialization out of lock in async method
1 parent 48f076f commit 4730987

File tree

4 files changed

+544
-24
lines changed

4 files changed

+544
-24
lines changed

store/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>io.openmessaging.storage</groupId>
3333
<artifactId>dledger</artifactId>
34-
<version>0.2.0</version>
34+
<version>0.2.2</version>
3535
<exclusions>
3636
<exclusion>
3737
<groupId>org.apache.rocketmq</groupId>

0 commit comments

Comments
 (0)