Skip to content

Commit b51db72

Browse files
authored
DOC-3707 Attributes v 2.10_1.x (#190)
* pulsar-short 1 instance missed * cass-short attribute * astra-stream attribute * product attribute
1 parent 154ba0e commit b51db72

16 files changed

Lines changed: 90 additions & 89 deletions

antora.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ asciidoc:
1818
pulsar-reg: 'Apache Pulsar(TM)'
1919
pulsar: 'Apache Pulsar'
2020
pulsar-short: 'Pulsar'
21+
astra-stream: 'Astra Streaming'
2122

2223
# Required for include::common partials that are shared with Astra Streaming
2324
web-ui: 'Admin Console'

modules/ROOT/pages/faqs.adoc

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,76 @@
1-
= Luna Streaming FAQs
1+
= {product} FAQs
22
:navtitle: FAQs
33

4-
If you are new to {company} Luna Streaming and its {pulsar} enhancements, these FAQs are for you.
4+
If you are new to {company} {product} and its {pulsar} enhancements, these FAQs are for you.
55

6-
== What is {company} Luna Streaming?
6+
== What is {company} {product}?
77

8-
{company} Luna Streaming is a new Kubernetes-based distribution of {pulsar}, based on the technology that https://kesque.com/[Kesque] built to run its {pulsar-short}-as-a-service.
8+
{company} {product} is a new Kubernetes-based distribution of {pulsar}, based on the technology that https://kesque.com/[Kesque] built to run its {pulsar-short}-as-a-service.
99

10-
== What components and features are provided by {company} Luna Streaming?
10+
== What components and features are provided by {company} {product}?
1111

12-
In addition to {pulsar} itself, {company} Luna Streaming provides:
12+
In addition to {pulsar} itself, {company} {product} provides:
1313

1414
* An installer that can stand up a dev or production cluster on bare metal or VMs without a pre-existing Kubernetes environment
1515
* A Helm chart that can deploy and manage {pulsar-short} on your current Kubernetes infrastructure
16-
* Cassandra, Elastic, Kinesis, Kafka, and JDBC connectors
16+
* {cass-short}, Elastic, Kinesis, Kafka, and JDBC connectors
1717
* A management dashboard
1818
* A monitoring and alerting system
1919

20-
== On which version of {pulsar} is {company} Luna Streaming based?
20+
== On which version of {pulsar} is {company} {product} based?
2121

22-
{company} Luna Streaming {luna-version} is based on its distribution of {pulsar} {pulsar-version}, plus features and additional enhancements from {company} contributors.
22+
{company} {product} {luna-version} is based on its distribution of {pulsar} {pulsar-version}, plus features and additional enhancements from {company} contributors.
2323

24-
== What does {company} Luna Streaming provide that I cannot get with open-source {pulsar}?
24+
== What does {company} {product} provide that I cannot get with open-source {pulsar}?
2525

26-
{company} Luna Streaming is a hardened version of {pulsar} that been run through additional testing to ensure it is ready for production use. It also includes additional tooling to help monitor your system, including an enhanced Admin Console and a Heartbeat service to monitor the system health.
26+
{company} {product} is a hardened version of {pulsar} that been run through additional testing to ensure it is ready for production use. It also includes additional tooling to help monitor your system, including an enhanced Admin Console and a Heartbeat service to monitor the system health.
2727

28-
== Is {company} Luna Streaming an open-source project?
28+
== Is {company} {product} an open-source project?
2929

30-
Yes, {company} Luna Streaming is open source. See the <<gitHubRepos,repos FAQ>>.
30+
Yes, {company} {product} is open source. See the <<gitHubRepos,repos FAQ>>.
3131

32-
== Which Kubernetes platforms are supported by {company} Luna Streaming?
32+
== Which Kubernetes platforms are supported by {company} {product}?
3333

3434
They include Minikube, K8d, Kind, Google Kubernetes Engine (GKE), Microsoft Azure Kubernetes Service (AKS), Amazon Elastic Kubernetes Service (EKS), and other commonly used platforms.
3535

3636
[#gitHubRepos]
37-
== Where are the {company} Luna Streaming public GitHub repos?
37+
== Where are the {company} {product} public GitHub repos?
3838

3939
There are several public repos, each with a different purpose. See:
4040

4141
* https://github.com/datastax/pulsar[https://github.com/datastax/pulsar] : This is the distro repo (a fork of apache/pulsar).
4242
* https://github.com/datastax/pulsar-admin-console[https://github.com/datastax/pulsar-admin-console] : This is the repo for the {pulsar-short} admin console, which allows for the configuration and monitoring of {pulsar-short}.
4343
* https://github.com/datastax/pulsar-heartbeat[https://github.com/datastax/pulsar-heartbeat] : This is a monitoring/observability tool for {pulsar-short} that tracks the health of the cluster and can generate alerts in Slack and OpsGenie.
4444
* https://github.com/datastax/pulsar-helm-chart[https://github.com/datastax/pulsar-helm-chart] : This is the Helm chart for deploying the {company} {pulsar-short} Distro in an existing Kubernetes cluster.
45-
* https://github.com/datastax/pulsar-sink[https://github.com/datastax/pulsar-sink] : This is the {company} {pulsar} Connector (`pulsar-sink` for Cassandra) repo.
45+
* https://github.com/datastax/pulsar-sink[https://github.com/datastax/pulsar-sink] : This is the {company} {pulsar} Connector (`pulsar-sink` for {cass-short}) repo.
4646
* https://github.com/datastax/burnell[https://github.com/datastax/burnell] : This is a utility for {pulsar-short} that provides various functions, such as key initialization for authentication, and JWT token creation API.
4747

48-
== Is there a prerequisite version of Java needed for the {company} Luna Streaming installation?
48+
== Is there a prerequisite version of Java needed for the {company} {product} installation?
4949

50-
The {company} Luna Streaming distribution is designed for Java 11. However, because the product releases Docker images, you do not need to install Java (8 or 11) in advance. Java 11 is bundled in the Docker image.
50+
The {company} {product} distribution is designed for Java 11. However, because the product releases Docker images, you do not need to install Java (8 or 11) in advance. Java 11 is bundled in the Docker image.
5151

52-
== What are the install options for {company} Luna Streaming?
52+
== What are the install options for {company} {product}?
5353

54-
* Use the Helm chart provided at https://github.com/apache/pulsar-helm-chart[https://github.com/datastax/pulsar-helm-chart] to install {company} Luna Streaming in an existing Kubernetes cluster on your laptop or hosted by a cloud provider.
55-
* Use the tarball provided at https://github.com/datastax/pulsar/releases[https://github.com/datastax/pulsar/releases] to install {company} Luna Streaming on a server or VM.
56-
* Use the {company} Ansible scripts provided at https://github.com/datastax/pulsar-ansible[https://github.com/datastax/pulsar-ansible] to install {company} Luna Streaming on a server or VM with our provided playbooks.
54+
* Use the Helm chart provided at https://github.com/apache/pulsar-helm-chart[https://github.com/datastax/pulsar-helm-chart] to install {company} {product} in an existing Kubernetes cluster on your laptop or hosted by a cloud provider.
55+
* Use the tarball provided at https://github.com/datastax/pulsar/releases[https://github.com/datastax/pulsar/releases] to install {company} {product} on a server or VM.
56+
* Use the {company} Ansible scripts provided at https://github.com/datastax/pulsar-ansible[https://github.com/datastax/pulsar-ansible] to install {company} {product} on a server or VM with our provided playbooks.
5757

58-
== How do I install {company} Luna Streaming in my Kubernetes cluster?
58+
== How do I install {company} {product} in my Kubernetes cluster?
5959

6060
Follow the full instructions in xref:install-upgrade:quickstart-helm-installs.adoc[Quick Start for Helm Chart installs].
6161

62-
== How do I install {company} Luna Streaming on my server or VM?
62+
== How do I install {company} {product} on my server or VM?
6363

6464
Follow the full instructions in xref:install-upgrade:quickstart-server-installs.adoc[Quick Start for Server/VM installs].
6565

66-
== What task can I perform in the {company} Luna Streaming Admin Console?
66+
== What task can I perform in the {company} {product} Admin Console?
6767

6868
From the Admin Console, you can:
6969

7070
* Add and run {pulsar-short} clients
7171
* Establish credentials for secure connections
7272
* Define topics that can be published for streaming apps
73-
* Set up {pulsar-short} sinks that publish topics and make them available to subscribers, such as for a Cassandra database table
73+
* Set up {pulsar-short} sinks that publish topics and make them available to subscribers, such as for a {cass-short} database table
7474
* Control namespaces used by {pulsar-short}
7575
* Use the Admin API
7676

@@ -80,7 +80,7 @@ https://github.com/datastax/pulsar-heartbeat[{pulsar-short} Heartbeat] monitors
8080

8181
== What are the features provided by {company} {pulsar} Connector (`pulsar-sink`) that are not supported in `kafka-sink`?
8282

83-
The https://pulsar.apache.org/docs/en/io-overview/[{pulsar-short} IO framework] provides many features that are not possible in Kafka, and has different compression formats and auth/security features. The features are handled by {pulsar-short}. For more, see xref:connectors:index.adoc[Luna Streaming IO Connectors].
83+
The https://pulsar.apache.org/docs/en/io-overview/[{pulsar-short} IO framework] provides many features that are not possible in Kafka, and has different compression formats and auth/security features. The features are handled by {pulsar-short}. For more, see xref:connectors:index.adoc[{product} IO Connectors].
8484

8585
The {company} {pulsar} Connector allows single-record acknowledgement and negative acknowledgements.
8686

@@ -95,16 +95,16 @@ The {company} {pulsar} Connector allows single-record acknowledgement and negati
9595

9696
There are two packages:
9797

98-
* The `pulsar-sink` functionality of {company} {pulsar} Connector is included with {company} Luna Streaming. It's built in!
98+
* The `pulsar-sink` functionality of {company} {pulsar} Connector is included with {company} {product}. It's built in!
9999
* You can optionally download the {company} {pulsar} Connector tarball from the https://downloads.datastax.com/#pulsar-sink[{company} Downloads] site, and then use it as its own product with your open-source {pulsar} install.
100100

101-
If you're using open-source software (OSS) {pulsar}, you can use {company} {pulsar} Connector with the OSS to take advantage of this `pulsar-sink` for Cassandra. See the xref:pulsar-connector:ROOT:index.adoc[{company} {pulsar} Connector documentation].
101+
If you're using open-source software (OSS) {pulsar}, you can use {company} {pulsar} Connector with the OSS to take advantage of this `pulsar-sink` for {cass-short}. See the xref:pulsar-connector:ROOT:index.adoc[{company} {pulsar} Connector documentation].
102102

103-
== What is the {company} Change Data Capture (CDC) for Cassandra connector?
103+
== What is the {company} Change Data Capture (CDC) for {cass-short} connector?
104104

105-
This source connector streams data changes from Cassandra tables to Pulsar topics.
106-
For more information, see the xref:cdc-for-cassandra:ROOT:index.adoc[{company} CDC for Cassandra connector documentation].
105+
This source connector streams data changes from {cass-short} tables to {pulsar-short} topics.
106+
For more information, see the xref:cdc-for-cassandra:ROOT:index.adoc[{company} CDC for {cass-short} connector documentation].
107107

108-
== What client APIs does {company} Luna Streaming provide?
108+
== What client APIs does {company} {product} provide?
109109

110110
The same as for {pulsar}. See https://pulsar.apache.org/docs/en/client-libraries/.

modules/ROOT/pages/index.adoc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
= Welcome to {company} Luna Streaming
2-
:navtitle: Luna Streaming
1+
= Welcome to {company} {product}
2+
:navtitle: {product}
33

4-
{company} Luna Streaming is a production-ready distribution of {pulsar} built to run seamlessly on any CNCF conformant version of Kubernetes. {company} Luna Streaming provides all of the core capabilities included in the Apache Community version of {pulsar}, plus a number of additional tools and features to facilitate administration and operational tasks associated with running {pulsar} in production.
4+
{company} {product} is a production-ready distribution of {pulsar} built to run seamlessly on any CNCF conformant version of Kubernetes. {company} {product} provides all of the core capabilities included in the Apache Community version of {pulsar}, plus a number of additional tools and features to facilitate administration and operational tasks associated with running {pulsar} in production.
55

66
== Release notes
77

8-
The latest release of {company} Luna Streaming is {luna-version}, which matches the supported, distributed {pulsar-short} version numbers.
8+
The latest release of {company} {product} is {luna-version}, which matches the supported, distributed {pulsar-short} version numbers.
99

10-
The prior Luna Streaming release (numbered 1.0.x or 2.7.2) provided the {pulsar-short} 2.7.2 distribution.
10+
The prior {product} release (numbered 1.0.x or 2.7.2) provided the {pulsar-short} 2.7.2 distribution.
1111

12-
Refer to the {company} Luna Streaming https://github.com/datastax/release-notes/blob/master/Luna_Streaming_2.8_Release_Notes.md[release notes], which are hosted in our public GitHub repo, for information &amp; linked commit IDs that were implemented in the latest Luna Streaming {luna-version} release.
12+
Refer to the {company} {product} https://github.com/datastax/release-notes/blob/master/Luna_Streaming_2.8_Release_Notes.md[release notes], which are hosted in our public GitHub repo, for information &amp; linked commit IDs that were implemented in the latest {product} {luna-version} release.
1313

1414
== Components
1515

16-
In addition to the distribution of https://pulsar.apache.org/en/versions/[{pulsar} {pulsar-version}], {company} Luna Streaming provides:
16+
In addition to the distribution of https://pulsar.apache.org/en/versions/[{pulsar} {pulsar-version}], {company} {product} provides:
1717

1818
* A xref:install-upgrade:quickstart-helm-installs.adoc[Helm chart] that deploys and manages {pulsar-short} on your current CNCF-conformant Kubernetes infrastructure
1919

20-
* Cassandra, Elastic, Kinesis, Kafka, and JDBC xref:connectors:index.adoc[connectors]
20+
* {cass-short}, Elastic, Kinesis, Kafka, and JDBC xref:connectors:index.adoc[connectors]
2121

2222
* xref:components:admin-console-vm.adoc[{pulsar-short} Admin Console] for simplified administration of your {pulsar-short} environment
2323

@@ -55,7 +55,7 @@ In addition to the distribution of https://pulsar.apache.org/en/versions/[{pulsa
5555

5656
== Next steps
5757

58-
* If you have an existing Kubernetes environment, deploy Luna Streaming with a xref:install-upgrade:quickstart-helm-installs.adoc[Helm Installation].
58+
* If you have an existing Kubernetes environment, deploy {product} with a xref:install-upgrade:quickstart-helm-installs.adoc[Helm Installation].
5959
* If you have a bare metal or a cloud environment, see xref:install-upgrade:quickstart-server-installs.adoc[Server/VM Installation].
6060
* If you want to learn about monitoring with {pulsar-short} Heartbeat, see xref:components:pulsar-monitor.adoc[{pulsar-short} Heartbeat].
61-
* If you have questions about Luna Streaming, see xref::faqs.adoc[Luna Streaming FAQs].
61+
* If you have questions about {product}, see xref::faqs.adoc[{product} FAQs].

modules/ROOT/pages/install-aks.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
= Luna Streaming Installation on Azure Kubernetes Service
1+
= {product} Installation on Azure Kubernetes Service
22
:navtitle: Install on Azure Kubernetes Service
33

4-
This document covers installation of Luna Streaming on the Azure Kubernetes Service (AKS).
4+
This document covers installation of {product} on the Azure Kubernetes Service (AKS).
55

66
For an example set of production cluster values, see the {company} production-ready https://github.com/datastax/pulsar-helm-chart[Helm chart].
77

8-
{company} recommends these hardware resources for running Luna Streaming in a Kubernetes environment:
8+
{company} recommends these hardware resources for running {product} in a Kubernetes environment:
99

1010
include::ROOT:partial$helm-chart-recommendations.adoc[]
1111

@@ -81,7 +81,7 @@ storage_class:
8181
cachingmode: ReadOnly
8282
----
8383

84-
== Install Luna Streaming to AKS
84+
== Install {product} to AKS
8585

8686
Once you have added your storage settings to the `storage-values.yaml` file, install the Helm chart.
8787

modules/ROOT/pages/install-eks.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
= Luna Streaming Installation on Amazon Elastic Kubernetes Environment
1+
= {product} Installation on Amazon Elastic Kubernetes Environment
22
:navtitle: Install on Amazon Elastic Kubernetes Environment
33

4-
This document covers installation of Luna Streaming on the Amazon Elastic Kubernetes Environment (EKS).
4+
This document covers installation of {product} on the Amazon Elastic Kubernetes Environment (EKS).
55

66
For an example set of production cluster values, see the {company} production-ready https://github.com/datastax/pulsar-helm-chart[Helm chart].
77

8-
{company} recommends these hardware resources for running Luna Streaming in a Kubernetes environment:
8+
{company} recommends these hardware resources for running {product} in a Kubernetes environment:
99

1010
include::ROOT:partial$helm-chart-recommendations.adoc[]
1111

@@ -79,7 +79,7 @@ storage_class:
7979
iopsPerGB: "10"
8080
----
8181

82-
== Install Luna Streaming to EKS
82+
== Install {product} to EKS
8383

8484
Once you have added your storage settings to the `storage-values.yaml` file, install the Helm chart using the `storage-values.yaml` provisioning.
8585

modules/ROOT/pages/install-gke.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
= Luna Streaming Installation on Google Kubernetes Environment
1+
= {product} Installation on Google Kubernetes Environment
22
:navtitle: Install on Google Kubernetes Environment
33

44

5-
This document will cover installation of Luna Streaming on the Google Kubernetes Environment (GKE).
5+
This document will cover installation of {product} on the Google Kubernetes Environment (GKE).
66

77
For an example set of production cluster values, see the {company} production-ready https://github.com/datastax/pulsar-helm-chart[Helm chart].
88

9-
{company} recommends these hardware resources for running Luna Streaming in a Kubernetes environment:
9+
{company} recommends these hardware resources for running {product} in a Kubernetes environment:
1010

1111
include::ROOT:partial$helm-chart-recommendations.adoc[]
1212

@@ -80,7 +80,7 @@ storage_class:
8080
replication-type: none
8181
----
8282

83-
== Install Luna Streaming to GKE
83+
== Install {product} to GKE
8484

8585
Once you have added your storage settings to the `storage-values.yaml` file, install the Helm chart.
8686

modules/components/pages/admin-console-tutorial.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The *{company} Admin Console for {pulsar-reg}* is a web-based UI from {company}
55
[#getting-started]
66
== Getting Started in {pulsar-short} Admin Console
77

8-
In the *Luna Streaming {pulsar-short} Admin Console*, you can use {pulsar-short} clients to send and receive pub/sub messages.
8+
In the *{product} {pulsar-short} Admin Console*, you can use {pulsar-short} clients to send and receive pub/sub messages.
99

1010
If you installed the Admin console with the xref:install-upgrade:quickstart-helm-installs.adoc[{company} Helm chart], access the Admin console via the `pulsar-adminconsole` external load balancer endpoint in your cloud provider:
1111

@@ -26,7 +26,7 @@ image::luna-streaming-select-namespace.png[Select Namespace]
2626

2727
Messages published to namespaces are automatically replicated to all node(s) in the cluster.
2828

29-
image::luna-streaming-admin-console.png[Luna Streaming Admin Console]
29+
image::luna-streaming-admin-console.png[{product} Admin Console]
3030

3131
For interactive code samples, go to *Code Samples*.
3232

0 commit comments

Comments
 (0)