mirror of
https://github.com/apache/rocketmq.git
synced 2026-08-28 11:22:45 +08:00
b86059c7c1
* feat: support LMQ dispatch Signed-off-by: Li Zhanhui <lizhanhui@gmail.com> * fix: introduce group-commit for batch insertion of RocksDB KV pairs Signed-off-by: Li Zhanhui <lizhanhui@gmail.com> * fix: propagate store error to broker module Signed-off-by: Li Zhanhui <lizhanhui@gmail.com> * chore: fix all Bazel warning and errors Signed-off-by: Zhanhui Li <lizhanhui@gmail.com> * fix: remove unnecessary batch-ops when writing RocksDB using atomic flush Signed-off-by: Li Zhanhui <lizhanhui@gmail.com> * fix: find a writable directory for RocksDB logs Signed-off-by: Li Zhanhui <lizhanhui@gmail.com> * chore: clean up ConfigHelperTest Signed-off-by: Li Zhanhui <lizhanhui@gmail.com> * fix: truncate consume queues in case commit log records are truncated Signed-off-by: Li Zhanhui <lizhanhui@gmail.com> * fix: truncate LMQ max offsets Signed-off-by: Li Zhanhui <lizhanhui@gmail.com> * fix: correct truncate boundary of consume queues Signed-off-by: Li Zhanhui <lizhanhui@gmail.com> * fix: correct MessageExt encoding Signed-off-by: Li Zhanhui <lizhanhui@gmail.com> * chore: remove unused import Signed-off-by: Li Zhanhui <lizhanhui@gmail.com> --------- Signed-off-by: Li Zhanhui <lizhanhui@gmail.com> Signed-off-by: Zhanhui Li <lizhanhui@gmail.com>
23 lines
1.2 KiB
Python
23 lines
1.2 KiB
Python
#
|
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
# contributor license agreements. See the NOTICE file distributed with
|
|
# this work for additional information regarding copyright ownership.
|
|
# The ASF licenses this file to You under the Apache License, Version 2.0
|
|
# (the "License"); you may not use this file except in compliance with
|
|
# the License. You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
#
|
|
###############################################################################
|
|
# Bazel now uses Bzlmod by default to manage external dependencies.
|
|
# Please consider migrating your external dependencies from WORKSPACE to MODULE.bazel.
|
|
#
|
|
# For more details, please check https://github.com/bazelbuild/bazel/issues/18958
|
|
###############################################################################
|