Skip to content

Commit 0458578

Browse files
committed
cleanup-consuming
1 parent f963f7c commit 0458578

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

modules/use-cases-architectures/pages/change-data-capture/consuming-change-data.adoc

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ David Dieruf <[email protected]>
55
:title: Consuming change data with Apache Pulsar
66
:navtitle: Consuming change data with Apache Pulsar
77

8-
NOTE: This article is a continuation of the "xref:change-data-capture/index.adoc[]" article. Please read that ahead of this article to understand the fundamentals of what resources are being used.
8+
[NOTE]
9+
====
10+
This article is a continuation of the xref:change-data-capture/index.adoc[] article. Please read that article first to understand the fundamentals of what resources are being used.
11+
====
912

1013
== Pulsar clients
1114

@@ -14,7 +17,7 @@ Each client handles message consumption a little differently but there is one ov
1417
Below are example implementations for each runtime consuming messages from the CDC data topic.
1518

1619
[NOTE]
17-
While these examples are in an “astra-streaming-examples” repository, they are not Astra specific. You can use these to consume CDC data topics in your own Cassandra/Pulsar clusters.
20+
While these examples are in the “astra-streaming-examples” repository, they are not Astra specific. You can use these examples to consume CDC data topics in your own Cassandra/Pulsar clusters.
1821

1922
[cols="^1,^1,^1,^1,^1", grid=none,frame=none]
2023
|===
@@ -37,10 +40,10 @@ https://github.com/datastax/astra-streaming-examples/blob/master/python/astra-cd
3740

3841
== Pulsar functions
3942

40-
It is very common to have a function consuming the CDC data.Functions usually do added processing on the data and continue to another topic. Similar to a client consumer, it will need to deserialize the message data. Below are examples of different functions consuming messages from the CDC data topic.
43+
It is very common to have a function consuming the CDC data. Functions usually perform additional processing on the data and pass it to another topic. Similar to a client consumer, it will need to deserialize the message data. Below are examples of different functions consuming messages from the CDC data topic.
4144

4245
[NOTE]
43-
While these examples are in an “astra-streaming-examples” repository, they are not Astra specific. You can use these to consume CDC data topics in your own Cassandra/Pulsar clusters.
46+
While these examples are in the “astra-streaming-examples” repository, they are not Astra specific. You can use these examples to consume CDC data topics in your own Cassandra/Pulsar clusters.
4447

4548
[cols="^1,^1,^1", grid=none,frame=none]
4649
|===
@@ -57,4 +60,4 @@ https://github.com/datastax/astra-streaming-examples/blob/master/python/cdc-in-p
5760

5861
== Next
5962

60-
You're ready to tackle CDC like a pro! Use our "xref:use-cases-architectures:change-data-capture/questions-and-patterns.adoc[]" as reference as you near production.
63+
You're ready to tackle CDC like a pro! Use our xref:use-cases-architectures:change-data-capture/questions-and-patterns.adoc[] as reference as you near production.

0 commit comments

Comments
 (0)