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

Add statistics on the total number of topics, the maximum number of subscriptions, and the maximum number of unacknowledged subscriptions #402

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

HarryFQG
Copy link

@HarryFQG HarryFQG commented Jul 6, 2021

(If this PR fixes a github issue, please add Fixes #<xyz>.)

Fixes:

Add statistics on the total number of topics, the maximum number of subscriptions, and the maximum number of unacknowledged subscriptions.

Motivation

Explain here the context, and why you're making that change. What is the problem you're trying to solve.

Modifications

The main modification is in the front-end part, which aggregates the number of topic entries, the maximum number of backlogs in all subscriptions, and the number of unacknowledged items.

Verifying this change

  1. Send a message to check whether the number of'All entries' is correct;
  2. Increase subscriptions without consumption, and continue to produce messages to check the backlog backlog;
  3. Do not ack when consuming, check the quantity of'Unack msg'.
  • Make sure that the change passes the ./gradlew build checks.

003822 added 5 commits July 6, 2021 10:06
…ubscriptions, and the maximum number of unacknowledged subscriptions
…ubscriptions, and the maximum number of unacknowledged subscriptions
…nt' themes. Change to a more selective ‘partition’ when the subject is'persistent', and check the selected partition message with ‘subscription name’; check the subject message directly when the subject is “non-persistent”.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant