Skip to content

Commit c85bc86

Browse files
authored
DOC-5684 luna name change (#20)
* luna name change * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
1 parent 7a56cc6 commit c85bc86

4 files changed

Lines changed: 14 additions & 8 deletions

File tree

antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ asciidoc:
1515
pulsar: 'Apache Pulsar'
1616
pulsar-short: 'Pulsar'
1717
product: 'Starlight for JMS'
18-
luna-streaming: 'Luna Streaming'
18+
luna-streaming: 'IBM Elite Support for Apache Pulsar'
1919
astra-stream: 'Astra Streaming'
2020
activemq-reg: 'Apache ActiveMQ(R)'
2121
activemq-short: 'ActiveMQ'

modules/examples/pages/pulsar-jms-server-side-filters.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Server-side filtering offloads the filtering to the Broker nodes and includes th
1313
1414
== Limitations
1515

16-
* **Required version**: Server-side filtering requires {pulsar-short} version 2.10.1 or later, or {luna-streaming} version 2.10 or later.
16+
* **Required version**: Server-side filtering requires {pulsar-short} version 2.10.1 or later, or {luna-streaming} (formerly DataStax Luna Streaming) version 2.10 or later.
1717

1818
* *Batch messages*: Server-side filtering works on the entry level in {pulsar-short}.
1919
An _entry_ is a single message, or a single batch of messages.
@@ -41,7 +41,8 @@ For the same reason, {product} doesn't support custom formats like native {kafka
4141

4242
== Enable server-side filtering
4343

44-
The `.nar` file filter is packaged with {luna-streaming} *2.10.03+* and also available in the GitHub repo {jms_repo}/releases[here].
44+
The `.nar` file filter is packaged with {luna-streaming} version 2.10.03 and later.
45+
It is also available in the {jms_repo}/releases[{product} GitHub repository].
4546

4647
. Install {product} with the fat JAR that includes all dependencies.
4748
Put the `.nar` file in `/pulsar/filters`.

modules/jms-migration/pages/pulsar-jms-install.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,14 @@ Typically, the latest {product} version is compatible with the {pulsar-short} ve
4040
{luna-streaming}::
4141
+
4242
--
43+
[TIP]
44+
====
45+
{luna-streaming} was formerly DataStax Luna Streaming.
46+
====
47+
4348
* To use Transactions with {luna-streaming} 2.8.x, you must use {product} version 1.x.
4449
* To use Transactions with {luna-streaming} 2.10.x or later, you must use {product} version 2.x or later.
45-
* To use server-side filtering with {luna-streaming}, you must use {luna-streaming} 2.10.0 or later and {product} 2.x or later.
50+
* To use server-side filtering, you must use {luna-streaming} 2.10.0 or later _and_ {product} 2.x or later.
4651
--
4752
4853
Self-managed::

modules/jms-migration/pages/pulsar-jms-quickstart-sa.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ If you don't have these structures configured in {astra-stream}, see the xref:as
3030
{luna-streaming}::
3131
+
3232
--
33-
To use {product} with a {luna-streaming} {pulsar-short} cluster, you need the following:
33+
To use {product} with {luna-streaming} (formerly DataStax Luna Streaming), you need the following:
3434
35-
* A {luna-streaming} {pulsar-short} cluster.
35+
* An {luna-streaming} cluster.
3636
+
37-
If you don't have a {luna-streaming} cluster, see the xref:luna-streaming:install-upgrade:quickstart-helm-installs.adoc[{luna-streaming} installation guide].
37+
To create a cluster, see the xref:luna-streaming:install-upgrade:quickstart-helm-installs.adoc[{luna-streaming} installation guide].
3838
3939
* Access to the cluster's admin port 8080 and the binary port 6650.
4040
+
@@ -326,7 +326,7 @@ Received: Hello world! 9
326326
[pulsar-client-io-5-1] INFO org.apache.pulsar.client.impl.ClientCnx - [id: 0xe43071e3, L:/127.0.0.1:65236 ! R:localhost/127.0.0.1:6650] Disconnected
327327
----
328328
329-
. Use the {pulsar-short} Admin CLI or the {luna-streaming} {pulsar-short} Admin Console to inspect your tenant's activity, and verify that messages were published and consumed on the specified topic.
329+
. Use the {pulsar-short} Admin CLI or the {luna-streaming} Admin Console to inspect your tenant's activity, and verify that messages were published and consumed on the specified topic.
330330
--
331331
332332
Self-managed::

0 commit comments

Comments
 (0)