Skip to content

Commit 7b58d7f

Browse files
authored
Merge branch 'main' into test-branch-do-not-merge
2 parents fa88a22 + 1abed21 commit 7b58d7f

Some content is hidden

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

49 files changed

+87
-84
lines changed

antora.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
name: docs
1+
name: 1.4
22
title: DataStax Pulsar Connector Documentation
3-
version: "1.4"
4-
display_version: "1.4"
3+
# jfb, turning off versioning for a bit
4+
version: "master"
5+
#display_version: "1.4"
56

67
nav:
78
- modules/ROOT/nav.adoc

modules/ROOT/nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,4 @@
4949
***** xref:cfgRefPulsarAuthLdap.adoc[]
5050
**** xref:cfgRefPulsarSsl.adoc[]
5151
**** xref:cfgPulsarConfigureErrorHandling.adoc[]
52+

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].

0 commit comments

Comments
 (0)