-
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
[Doc] Simplify the get started page for local cluster #17409
Comments
@tisonkun thanks for raising this up! I'm on your side to make the Here are my two cents: ☘️☘️☘️ General structureIt can be:
☘️☘️☘️ Binary release info
Does "layout of the binary release directory" refer to What your package contains? If so, suggest keeping this part since
We can change the way to show this part if it occupies too much space before ☘️☘️☘️ Install connectors and offloadersI'm with you to relocate this part. They can be moved to the ☘️☘️☘️ Run Pulsar
+1 for adding a few simple examples of different behaviors of consuming/producing msgs. ☘️☘️☘️ FAQTo locate troubleshooting info (eg.
☘️☘️☘️ Thank you! |
@tisonkun, I was preparing to edit these docs today. Thank you very much for your help! I'll work together with you and Yu to improve the documentation. I'll wait until you submit your draft to take any action. |
@Anonymitaet Thanks for your suggestions! I'll try to integrate your comment, submit the patch and answer which ones I accepted. @DaveDuggins Good to know :) Looking forward to co-work on the content. FYI - the estimate is by the next Monday (20220905). |
@Anonymitaet Patch at #17475. For your suggestions:
Good point! Addressed at e1bd5ce.
Accepted. Addressed at e758f05.
"how to install JDK on M1" is not suitable to document on the Get Started page. Imagine that you don't tell users how to buy a computer. It's far away from Pulsar topics. Users can resolve it with Google, StackOverflow, etc. For the FAQ topic itself, I think we can adopt both of them according to the concrete situation. Since it's unrelated to this patch, I'd like to skip the decision but prompt when we meet a real issue.
Actually no prerequisites except a JRE. It's included in the prelude and trivial to any potential users. More detailsPreviously, we said Pulsar supports running on Windows. But all scripts are for the bash shell. So actually it's not completely true.Besides, there're too many OS and arch in the world. We don't have to mention them one by one, but since Pulsar can work on most of the major platforms, let users execute the commands and file any issue if "it doesn't work for me". |
Search before asking
What issue do you find in Pulsar docs?
The current Get Started page for local cluster is too much redundant than it should be. Most users want a short happy path to boot a Pulsar cluster and play with it by producing and consuming messages. Although, the current page begins the "Start Pulsar standalone" at almost 2/3 below the whole page.
What is your suggestion?
I'll make a draft patch to cover all of the topics listed above in a few days.
cc @merlimat @Anonymitaet @momo-jun @lhotari @codelipenghui
Any reference?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: