backport support kv storage for consumequeue

This commit is contained in:
shizhili 2023-12-08 09:37:11 +08:00
parent 30baad3756
commit 0c6097bb44
2 changed files with 29485 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@
Summary: Cloud-Native, Distributed Messaging and Streaming
Name: rocketmq
Version: 5.1.3
Release: 22
Release: 23
License: Apache-2.0
Group: Applications/Message
URL: https://rocketmq.apache.org/
@ -31,6 +31,7 @@ Patch0018: patch018-backport-enhancement-of-tiered-storage.patch
Patch0019: patch019-backport-some-bugfix.patch
Patch0020: patch020-backport-add-goaway-mechanism.patch
Patch0021: patch021-backport-some-enhancements.patch
Patch0022: patch022-backport-Support-KV-Storage-for-ConsumeQueue.patch
BuildRequires: java-1.8.0-openjdk-devel, maven, maven-local, git
Requires: java-1.8.0-openjdk-devel
@ -65,6 +66,9 @@ exit 0
%changelog
* Fri Dec 8 2023 ShiZhili <shizhili_yewu@cmss.chinamobile.com> - 5.1.3-23
- backport support kv storage
* Tue Dec 5 2023 ShiZhili <shizhili_yewu@cmss.chinamobile.com> - 5.1.3-22
- backport some enhancements