Skip to content

Commit 5c82e3e

Browse files
Fix page headers
1 parent 4c93bf9 commit 5c82e3e

34 files changed

+73
-107
lines changed

docs-src/pulsar-sink-core/modules/ROOT/pages/cfgPulsarColumnWritetimeTimestamp.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
= Specify writetime timestamp column
2-
1+
= Specify writetime timestamp column
32
:page-tag: pulsar-connector,dev,develop,pulsar
43

54
In the Apache Pulsar(TM) 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].
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
= Configuring parallelism
2-
1+
= Configuring parallelism
32
:page-tag: pulsar-connector,admin,manage,pulsar
43

54
For information on configuring parallelism for the DataStax Apache Pulsar(TM) Connector, see xref:opsPulsarScaling.adoc[].

docs-src/pulsar-sink-core/modules/ROOT/pages/cfgPulsarConfigureErrorHandling.adoc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
= Configure error handling
2-
1+
= Configure error handling
32
:page-tag: pulsar-connector,admin,manage,pulsar
43

54
The DataStax Apache Pulsar(TM) Connector provides an optional parameter, `ignoreErrors`.
@@ -13,9 +12,9 @@ ignoreErrors:: Use `ignoreErrors` settings to ignore specific types or all runti
1312

1413
|`false`|No errors are ignored|Deprecated - equivalent to `NONE`
1514
|`true`|Only driver errors are ignored|Deprecated - equivalent to `DRIVER`
16-
|`NONE`|No errors are ignored; default behavior|
17-
|`ALL`|All errors are ignored|
18-
|`DRIVER`|Only driver errors are ignored|
15+
|`NONE`|No errors are ignored; default behavior|
16+
|`ALL`|All errors are ignored|
17+
|`DRIVER`|Only driver errors are ignored|
1918
|===
2019
+
2120
If you set `ignoreErrors` to any value other than `false`, any erroneous record is logged once and the next record is picked up by the Pulsar Connector automatically.

docs-src/pulsar-sink-core/modules/ROOT/pages/cfgPulsarCqlQuery.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
= Provide CQL queries in mappings
2-
1+
= Provide CQL queries in mappings
32
:page-tag: pulsar-connector,dev,develop,pulsar
43

54
In the Pulsar topic mapping, you can optionally provide a CQL query that should run when the new record arrives on the Pulsar topic.

docs-src/pulsar-sink-core/modules/ROOT/pages/cfgPulsarDisplayingTopic.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
= Determining topic data structure
2-
32
:page-tag: pulsar-connector,dev,develop,pulsar
43

54
You can use the Apache Pulsar(TM) `pulsar-client` command line client to examine the structure of Pulsar messages for a topic.

docs-src/pulsar-sink-core/modules/ROOT/pages/cfgPulsarJsonMessageSchema.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
= Mapping JSON messages
2-
1+
= Mapping JSON messages
32
:page-tag: pulsar-connector,dev,develop,pulsar
43

54
The DataStax Apache Pulsar(TM) Connector supports mapping JSON messages with or without a schema.

docs-src/pulsar-sink-core/modules/ROOT/pages/cfgPulsarMapAvroMessages.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
= Mapping Avro messages
2-
1+
= Mapping Avro messages
32
:page-tag: pulsar-connector,dev,develop,pulsar,avro
43

54
The DataStax Apache Pulsar(TM) Connector supports mapping individual fields from https://avro.apache.org/docs/1.8.1/gettingstartedjava.html[Avro] formatted key or values.
@@ -18,11 +17,11 @@ The Pulsar topic name is `users_topic` and have the following records:
1817
“favorite_color”: “pink”}`
1918
|user2|
2019
`{"`name`": "`shereen`", + "`favorite_number`":7, + "`favorite_color`": "`black`"}`
21-
|user3|
20+
|user3|
2221
`{“name”: “kimberly”,
2322
“favorite_number”:11,
2423
“favorite_color”: “orange”}`
25-
|user4|
24+
|user4|
2625
`{"`name`": "`taryn`", + "`favorite_number`":37, + "`favorite_color`": "`green`"}`
2726

2827
The value field uses the following Avro Schema:

docs-src/pulsar-sink-core/modules/ROOT/pages/cfgPulsarMapJson.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
= Mapping a message that contain JSON fields
2-
1+
= Mapping a message that contain JSON fields
32
:page-tag: pulsar-connector,dev,develop,pulsar,json
43

54
When the data format for the key or value is JSON, the DataStax Apache Pulsar(TM) Connector mapping can include individual fields in the JSON structure.

docs-src/pulsar-sink-core/modules/ROOT/pages/cfgPulsarMapKeyPair.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
= Mapping basic messages to table columns
2-
1+
= Mapping basic messages to table columns
32
:page-tag: pulsar-connector,dev,develop,pulsar
43

54
When messages are created using a Basic or primitive serializer, the message contains a key-value pair. Map the key and value to table columns. Ensure that the data types of the message field are compatible with the data type of the target column.

docs-src/pulsar-sink-core/modules/ROOT/pages/cfgPulsarMapMultipleTables.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
= Mapping a topic to multiple tables
2-
1+
= Mapping a topic to multiple tables
32
:page-tag: pulsar-connector,dev,develop,pulsar
43

54
The DataStax Apache Pulsar(TM) Connector allows for mapping a single topic to multiple tables for a single connector instance.
@@ -37,7 +36,7 @@ GENERAL MOTORS
3736
----
3837
|
3938
AT&T
40-
|
39+
|
4140
[source,no-highlight]
4241
----
4342
{"symbol":"AT&T",
@@ -51,7 +50,7 @@ FORD MOTOR
5150
|
5251
[source,no-highlight]
5352
----
54-
{"symbol":"F", "value":10, "exchange":"NYSE", "industry":"AUTO", "ts":"2018-11-26T19:26:27.483"}
53+
{"symbol":"F", "value":10, "exchange":"NYSE", "industry":"AUTO", "ts":"2018-11-26T19:26:27.483"}
5554
----
5655
|===
5756

0 commit comments

Comments
 (0)