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

[branch-2.10][improve][broker] Do not retain the data in the system topic #22031

Merged
merged 10 commits into from
Feb 19, 2024

Commits on Feb 6, 2024

  1. [branch-2.10][improve][broker] Do not retain the data in the system t…

    …opic (apache#22022)
    
    ### Motivation
    
    For some use case, the users need to store all the messages even though these message are acked by all subscription.
    So they set the retention policy of the namespace to infinite retention (setting both time and size limits to `-1`).  But the data in the system topic does not need for infinite retention.
    
    ### Modifications
    
    For system topics, do not retain messages that have already been acknowledged.
    liangyepianzhou committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    13ee3d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4618d3c View commit details
    Browse the repository at this point in the history
  3. build: unused import

    liangyepianzhou committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    7498242 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. test: fix npe issue introduced by apache#20933

    zookeeper 3.9.1 add a check to print a log.
    ```java
                    if (addr.getPort() == 0) {
                        LOG.info("bound to port {}", this.ss.getLocalAddress());
                    }
    ```
    liangyepianzhou committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    1559dea View commit details
    Browse the repository at this point in the history
  2. LICENSE

    liangyepianzhou committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    2e6a34f View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. flaky test

    liangyepianzhou committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    f94669b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1438b32 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    eb54022 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a15982e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    869dfd6 View commit details
    Browse the repository at this point in the history