-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Remove Pulsar Dashboard #11284
Merged
Merged
Remove Pulsar Dashboard #11284
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Anonymitaet can you follow up on deleting all the docs pages related to the Pulsar dashboard please ? |
@eolivelli thanks for raising this up! I'd like to help. I've opened an issue here #11291 to see if there any contributors would like to fix it as well. |
codelipenghui
approved these changes
Jul 13, 2021
1 task
sijie
pushed a commit
that referenced
this pull request
Aug 13, 2021
### Motivation Currently, the pulsar-dashboard has been removed in #11284, as the pulsar-standalone image is required pulsar-dashboard and provide dashboard service in one container, which leads to building failure in pulsar-standalone image. in #11623, as @merlimat suggests, this PR removes the pulsar-standalone image from master. I did a quick search in the codebase to find if there is any doc related to pulsar-standalone image but seems no doc related to pulsar-standalone image anymore. so this PR will not include any doc changes. ### Modifications - remove pulsar-standalone image
Closed
3 tasks
1 task
bharanic-dev
pushed a commit
to bharanic-dev/pulsar
that referenced
this pull request
Mar 18, 2022
Co-authored-by: Enrico Olivelli <eolivelli@apache.org>
bharanic-dev
pushed a commit
to bharanic-dev/pulsar
that referenced
this pull request
Mar 18, 2022
### Motivation Currently, the pulsar-dashboard has been removed in apache#11284, as the pulsar-standalone image is required pulsar-dashboard and provide dashboard service in one container, which leads to building failure in pulsar-standalone image. in apache#11623, as @merlimat suggests, this PR removes the pulsar-standalone image from master. I did a quick search in the codebase to find if there is any doc related to pulsar-standalone image but seems no doc related to pulsar-standalone image anymore. so this PR will not include any doc changes. ### Modifications - remove pulsar-standalone image
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pulsar Dashboard has been deprecated for quite some time.
It has been replaced by Pulsar Manager.
This patch removes it from the codebase, as discussed on the dev@pulsar.apache.org mailing list.