Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix][broker] avoid offload system topic #22497

Merged
merged 5 commits into from
May 8, 2024

Commits on Apr 13, 2024

  1. [fix][broker] avoid offload system topic

    Avoid setting broker internal system topics using off-loader because some of them are the
    preconditions of other topics. The slow replying log speed will cause a delay in all the
    topic loading.(timeout)
    mattisonchao committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    9dbc0b6 View commit details
    Browse the repository at this point in the history
  2. revert useless changes

    mattisonchao committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    110b9a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41c38f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Update BrokerTestBase.java

    dao-jun committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    5ca0963 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. fix test

    dao-jun committed May 8, 2024
    Configuration menu
    Copy the full SHA
    b4d8d96 View commit details
    Browse the repository at this point in the history