Skip to content

[Enhancement] Upgrade DLedger to 0.3.3-SNAPSHOT #10651

Description

@leizhiyuan

Before Creating the Enhancement Request

  • I have confirmed that this should be classified as an enhancement rather than a bug/feature.

Summary

Upgrade RocketMQ's DLedger dependency to 0.3.3-SNAPSHOT.

Motivation

RocketMQ currently depends on DLedger 0.3.2. Upgrading to 0.3.3-SNAPSHOT helps RocketMQ keep aligned with the latest DLedger changes and removes the need to keep the corresponding fastjson1 dependency in RocketMQ, because the newer DLedger version no longer depends on fastjson1.

Describe the Solution You'd Like

Upgrade the DLedger version from 0.3.2 to 0.3.3-SNAPSHOT and adapt RocketMQ to the related DLedger API changes, including:

  • Update moved DLedger future classes to the new package.
  • Replace deprecated or removed DLedger configuration and store APIs.
  • Adapt DLedger controller state machine code to the new apply iterator API.
  • Remove the obsolete fastjson1 dependency and use fastjson2 where necessary.

Describe Alternatives You've Considered

Keep using DLedger 0.3.2 and retain the existing dependency setup. However, this leaves RocketMQ behind the latest DLedger updates and keeps the no-longer-needed fastjson1 dependency in the project.

Additional Context

A corresponding pull request will be linked to this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions