-
Notifications
You must be signed in to change notification settings - Fork 39
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
Unified quickstart that uses Enterprise features #937
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for redpanda-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Tests are failing because of a bug in how screenshot sizes are calculated. We are tracking the issue here: doc-detective/doc-detective-core#260 |
Hi @JakeSCahill Is there an updated review deadline? |
Just updated it - thanks! |
|
||
== Start streaming | ||
|
||
To start building a basic streaming application, you can use the `rpk` command-line tool to create a topic, produce messages to it, and consume messages from it. | ||
To start building a basic streaming application, you can use the Redpanda CLI (`rpk`) to create a topic, produce messages to it, and consume messages from it. Each Redpanda broker comes preinstalled with `rpk`, so you can use it inside one of the Redpanda broker's Docker containers. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you should intro this section by saying that you can do all of this in either Redpanda Console or in rpk. Maybe even show example of one of the steps doing it both ways.
Co-authored-by: Michele Cyran <[email protected]>
Co-authored-by: Michele Cyran <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving for docs: works beautifully! Let me know if you want me to eyeball it again if you get much feedback from reviewers.
… generate screenshots on Linux and compare them to those generated on macos
Description
Adds a unified quickstart for Redpanda Self-Managed (Enterprise Edition), including Redpanda, Redpanda Console, and Redpanda Connect. Showcases enterprise features, including Tiered Storage, audit logs, and Console authentication.
Updates automated tests to run this new quickstart and generate screenshots of Redpanda Console.
Includes an autogenerated screenshot of a degraded cluster to showcase debug info in Redpanda Console.
Review deadline: 17 January
Fixes https://github.com/redpanda-data/documentation-private/issues/2545
Fixes https://github.com/redpanda-data/documentation-private/issues/2672
TODO:
get-started
andconsole
to the new location in labs)Test locally
You need Docker.
Note to reviewers: The quickstart includes a single command to download the required files at
https://docs.redpanda.com/redpanda-quickstart
. The command won't work yet. For now, use this for testing:Open http://localhost:8080/login and log in with these credentials:
jane
some-other-secret-password
Page previews
Checks