Skip to content

Commit 1abed21

Browse files
authored
Merge pull request #9 from datastax/jg-cdc-cass-ga
update tm
2 parents 3532d5e + 80c03ff commit 1abed21

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+81
-81
lines changed

modules/ROOT/nav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* link:https://github.com/datastax/release-notes/blob/master/DataStax_Apache_Pulsar_Connector_1.4_Release_Notes.md[Pulsar Connector release notes]
44
* xref:pulsarInstall.adoc[]
55
* xref:pulsarQuickStart.adoc[]
6-
* Configuration
6+
* Configuration
77
** xref:cfgPulsarConfigTasksMax.adoc[]
88
** xref:cfgPulsarColumnWritetimeTimestamp.adoc[]
99
** xref:cfgPulsarSettingRowLevelTtl.adoc[]

modules/ROOT/pages/cfgPulsarColumnWritetimeTimestamp.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Specify writetime timestamp column
22

3-
In the Apache® Pulsar topic mapping, you can optionally specify which column should be used to note the timestamp when the Pulsar-produced record was inserted into any of the xref:index.adoc#supported-databases[supported databases].
3+
In the Apache Pulsar topic mapping, you can optionally specify which column should be used to note the timestamp when the Pulsar-produced record was inserted into any of the xref:index.adoc#supported-databases[supported databases].
44

55
The mapping setting provides a special property, `__timestamp`.
66
The format is:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
= Configuring parallelism
22

3-
For information on configuring parallelism for the DataStax Apache® Pulsar Connector, see xref:opsPulsarScaling.adoc[].
3+
For information on configuring parallelism for the DataStax Apache Pulsar Connector, see xref:opsPulsarScaling.adoc[].

modules/ROOT/pages/cfgPulsarConfigureErrorHandling.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Configure error handling
22

3-
The DataStax Apache® Pulsar Connector provides an optional parameter, `ignoreErrors`.
3+
The DataStax Apache Pulsar Connector provides an optional parameter, `ignoreErrors`.
44
When set to `true`, it allows the connector to continue processing records even after an error occurred on the prior record.
55

66
[#ignoreErrors]

modules/ROOT/pages/cfgPulsarDisplayingTopic.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Determining topic data structure
22

3-
You can use the Apache® Pulsar `pulsar-client` command line client to examine the structure of Pulsar messages for a topic.
3+
You can use the Apache Pulsar `pulsar-client` command line client to examine the structure of Pulsar messages for a topic.
44

55
link:https://pulsar.apache.org/docs/en/reference-cli-tools/#consume/[]
66

modules/ROOT/pages/cfgPulsarJsonMessageSchema.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Mapping JSON messages
22

3-
The DataStax Apache® Pulsar Connector supports mapping JSON messages with or without a schema.
3+
The DataStax Apache Pulsar Connector supports mapping JSON messages with or without a schema.
44
In this example, the key is regular JSON without schema.
55
The value is also JSON but contains a schema and a payload.
66
The type of the payload is Map and the connector is able to access the individual fields of that map.
@@ -63,7 +63,7 @@ cqlsh -e "CREATE TABLE stocks_keyspace.stocks_table ( \
6363
nodetool describering -- keyspace\_name
6464
----
6565

66-
. In the DataStax Apache® Pulsar Connector configuration file:
66+
. In the DataStax Apache Pulsar Connector configuration file:
6767

6868
.. Add the topic name to xref:cfgPulsarDseTable.adoc#topics[topics].
6969
.. Define the topic-to-table map xref:cfgRefPulsarDseTable.adoc#prefix[prefix].

modules/ROOT/pages/cfgPulsarMapAvroMessages.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Mapping Avro messages
22

3-
The DataStax Apache® Pulsar Connector supports mapping individual fields from https://avro.apache.org/docs/1.8.1/gettingstartedjava.html[Avro] formatted key or values.
3+
The DataStax Apache Pulsar Connector supports mapping individual fields from https://avro.apache.org/docs/1.8.1/gettingstartedjava.html[Avro] formatted key or values.
44

55
In this example, the key is a basic string and the value is Avro format.
66
The Pulsar topic name is `users_topic` and have the following records:

modules/ROOT/pages/cfgPulsarMapJson.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Mapping a message that contain JSON fields
22

3-
When the data format for the key or value is JSON, the DataStax Apache® Pulsar Connector mapping can include individual fields in the JSON structure.
3+
When the data format for the key or value is JSON, the DataStax Apache Pulsar Connector mapping can include individual fields in the JSON structure.
44

55
NOTE: JSON records in Pulsar can also have a schema associated with them.
66

modules/ROOT/pages/cfgPulsarMapKeyPair.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ cqlsh -e "CREATE TABLE world_table (recordid int PRIMARY KEY, continent text);"
4040
nodetool describering -- keyspace_name
4141
----
4242

43-
. In the DataStax Apache® Pulsar Connector configuration file:
43+
. In the DataStax Apache Pulsar Connector configuration file:
4444
.. Add the topic name to xref:cfgRefPulsarDseTable.adoc#topics[topics].
4545
.. Define the topic-to-table map xref:cfgRefPulsarDseTable.adoc#prefix[prefix].
4646
.. Define the xref:cfgRefPulsarDseTable.adoc#mapping[field-to-column map].

modules/ROOT/pages/cfgPulsarMapMultipleTables.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Mapping a topic to multiple tables
22

3-
The DataStax Apache® Pulsar Connector allows for mapping a single topic to multiple tables for a single connector instance.
3+
The DataStax Apache Pulsar Connector allows for mapping a single topic to multiple tables for a single connector instance.
44

55
In the example `stocks_topic`, the key is a basic string and the value is regular JSON.
66

0 commit comments

Comments
 (0)