Skip to content

Commit 4c93bf9

Browse files
Remove unnecessary link: macro
1 parent d36f751 commit 4c93bf9

22 files changed

+43
-43
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
= Determining topic data structure
1+
= Determining topic data structure
22

33
:page-tag: pulsar-connector,dev,develop,pulsar
44

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

7-
link:https://pulsar.apache.org/docs/en/reference-cli-tools/#consume/[]
7+
https://pulsar.apache.org/docs/en/reference-cli-tools/#consume
88

99
To show Apache Pulsar messages:
1010

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ cqlsh -e "CREATE KEYSPACE stocks_keyspace \
4242
----
4343
+
4444
NOTE: The datacenter name is case sensitive.
45-
Use link:https://docs.datastax.com/en/dse/6.8/dse-dev/datastax_enterprise/tools/nodetool/toolsRing.html[nodetool ring] to get a list of datacenters.
45+
Use https://docs.datastax.com/en/dse/6.8/dse-dev/datastax_enterprise/tools/nodetool/toolsRing.html[nodetool ring] to get a list of datacenters.
4646

4747
. Create the table. For example, create the `stocks_table`:
4848
+
@@ -58,7 +58,7 @@ cqlsh -e "CREATE TABLE stocks_keyspace.stocks_table ( \
5858
PRIMARY KEY (symbol, ts));"
5959
----
6060

61-
. Verify that all nodes have the same schema version using link:https://docs.datastax.com/en/dse/6.8/dse-admin/datastax_enterprise/tools/nodetool/toolsDescribeRing.html[nodetool describering]. Replace keyspace\_name:
61+
. Verify that all nodes have the same schema version using https://docs.datastax.com/en/dse/6.8/dse-admin/datastax_enterprise/tools/nodetool/toolsDescribeRing.html[nodetool describering]. Replace keyspace\_name:
6262
+
6363
[source,language-bash]
6464
----

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The key is an integer and the value is text.
1111

1212
. Ensure the following when mapping fields to columns:
1313
+
14-
* Data in the Pulsar field is compatible with the database table column link:https://docs.datastax.com/en/dse/6.8/cql/cql/cql_reference/refDataTypes.html[data type].
14+
* Data in the Pulsar field is compatible with the database table column https://docs.datastax.com/en/dse/6.8/cql/cql/cql_reference/refDataTypes.html[data type].
1515
* Pulsar field mapped to a database primary key (PK) column always contains data.
1616
Null values are not allowed in PK columns.
1717

@@ -26,7 +26,7 @@ cqlsh -e "CREATE KEYSPACE world_keyspace WITH replication = {'class': 'NetworkTo
2626
----
2727
+
2828
NOTE: The datacenter name is case sensitive.
29-
Use link:https://docs.datastax.com/en/dse/6.8/dse-dev/datastax_enterprise/tools/nodetool/toolsRing.html[nodetool ring] to get a list of datacenters.
29+
Use https://docs.datastax.com/en/dse/6.8/dse-dev/datastax_enterprise/tools/nodetool/toolsRing.html[nodetool ring] to get a list of datacenters.
3030

3131
. Create the table. For example, create the world\_table:
3232
+

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
:page-tag: pulsar-connector,dev,develop,pulsar
44

5-
The DataStax Apache Pulsar(TM) Connector processes JSON, Avro, and complex types directly into a link:https://docs.datastax.com/en/dse/6.8/cql/cql/cql_using/useAlterType.html[user-defined type] column in the xref:index.adoc#supported-databases[supported database]. The Pulsar message embedded field names and the UDT field names must match.
5+
The DataStax Apache Pulsar(TM) Connector processes JSON, Avro, and complex types directly into a https://docs.datastax.com/en/dse/6.8/cql/cql/cql_using/useAlterType.html[user-defined type] column in the xref:index.adoc#supported-databases[supported database]. The Pulsar message embedded field names and the UDT field names must match.
66

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:page-tag: pulsar-connector,dev,develop,pulsar
44

55
In the Apache Pulsar(TM) topic mapping, you can use the ``now()``function.
6-
It returns `TIMEUUID`, which is documented in the link:https://docs.datastax.com/en/dse/6.8/cql/cql/cql_using/refTimeUuidFunctions.html[UUID and timeuuid column].
6+
It returns `TIMEUUID`, which is documented in the https://docs.datastax.com/en/dse/6.8/cql/cql/cql_using/refTimeUuidFunctions.html[UUID and timeuuid column].
77

88
For example:
99

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The following table identifies functionally equivalent DataStax Apache Pulsar Co
1717
NOTE: If you define both in your configuration, the Pulsar Connector setting take precedence over the `datastax-java-driver.property-name`.
1818
If you do not provide either in your configuration, Pulsar Connector defaults are in effect.
1919

20-
For information about the Java properties, refer to the link:https://docs.datastax.com/en/developer/java-driver-dse/2.3/manual/core/configuration/[DataStax Java driver documentation.] For information about the Pulsar Connector settings, refer to xref:cfgRefPulsarDseConnection.adoc[].
20+
For information about the Java properties, refer to the https://docs.datastax.com/en/developer/java-driver-dse/2.3/manual/core/configuration/[DataStax Java driver documentation.] For information about the Pulsar Connector settings, refer to xref:cfgRefPulsarDseConnection.adoc[].
2121

2222
|===
2323
| DataStax Apache Pulsar Connector setting | Using datastax-java-driver prefix
@@ -75,4 +75,4 @@ datastax-java-driver.advanced.metrics.session.enabled.0=a
7575
datastax-java-driver.advanced.metrics.session.enabled.1=b
7676
----
7777

78-
For more information, refer to the link:https://docs.datastax.com/en/developer/java-driver/4.3/manual/core/configuration/reference/[Java driver reference configuration] topic.
78+
For more information, refer to the https://docs.datastax.com/en/developer/java-driver/4.3/manual/core/configuration/reference/[Java driver reference configuration] topic.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ NOTE: JSON records in Pulsar can also have a schema associated with them.
5656

5757
Ensure the following when mapping fields to columns:
5858

59-
* Data in the Apache Pulsar(TM) field is compatible with the database table column link:http://docs.datastax.com/en/dse/6.8/cql/cql/cql_reference/refDataTypes.html[data type].
59+
* Data in the Apache Pulsar(TM) field is compatible with the database table column http://docs.datastax.com/en/dse/6.8/cql/cql/cql_reference/refDataTypes.html[data type].
6060
* Pulsar field mapped to a database primary key (PK) column always contains data.
6161
Null values are not allowed in PK columns.
6262

@@ -73,7 +73,7 @@ cqlsh -e "CREATE KEYSPACE stocks_keyspace \
7373
----
7474
+
7575
NOTE: The datacenter name is case sensitive.
76-
Use link:https://docs.datastax.com/en/dse/6.8/dse-dev/datastax_enterprise/tools/nodetool/toolsRing.html[nodetool ring] to get a list of datacenters.
76+
Use https://docs.datastax.com/en/dse/6.8/dse-dev/datastax_enterprise/tools/nodetool/toolsRing.html[nodetool ring] to get a list of datacenters.
7777

7878
. Create the table. For example, create the `stocks_table`:
7979
+
@@ -89,7 +89,7 @@ cqlsh -e "CREATE TABLE stocks_keyspace.stocks_table ( \
8989
PRIMARY KEY (symbol, ts));"
9090
----
9191

92-
. Verify that all nodes have the same schema version using link:https://docs.datastax.com/en/dse/6.8/dse-admin/datastax_enterprise/tools/nodetool/toolsDescribeRing.html[nodetool describering]. Replace keyspace_name:
92+
. Verify that all nodes have the same schema version using https://docs.datastax.com/en/dse/6.8/dse-admin/datastax_enterprise/tools/nodetool/toolsDescribeRing.html[nodetool describering]. Replace keyspace_name:
9393
+
9494
[source,language-bash]
9595
----

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
When authentication is enabled, provide credentials for internal authentication or LDAP.
66

7-
When link:https://docs.datastax.com/en/dse/6.8/dse-admin/datastax_enterprise/security/secAuthTOC.html[authentication] is enabled, provide credentials for internal authentication, LDAP, or location of the Kerberos keytab file.
7+
When https://docs.datastax.com/en/dse/6.8/dse-admin/datastax_enterprise/security/secAuthTOC.html[authentication] is enabled, provide credentials for internal authentication, LDAP, or location of the Kerberos keytab file.
88

99
TIP: To verify that authentication is configured, check the following parameters:
1010

11-
* link:https://docs.datastax.com/en/dse/6.8/dse-admin/datastax_enterprise/config/configCassandra_yaml.html#configCassandra_yaml__authenticator[authenticator] of the `cassandra.yaml`
12-
* link:https://docs.datastax.com/en/dse/6.8/dse-admin/datastax_enterprise/config/configDseYaml.html#configDseYaml__authentication_options[authentication_options] of the `dse.yaml`
11+
* https://docs.datastax.com/en/dse/6.8/dse-admin/datastax_enterprise/config/configCassandra_yaml.html#configCassandra_yaml__authenticator[authenticator] of the `cassandra.yaml`
12+
* https://docs.datastax.com/en/dse/6.8/dse-admin/datastax_enterprise/config/configDseYaml.html#configDseYaml__authentication_options[authentication_options] of the `dse.yaml`
1313
* xref:cfgRefPulsarAuthLdap.adoc[] When the cluster has internal or LDAP authentication enabled, you should configure the username and password settings for the Pulsar Connector.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ See https://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter
6969

7070
Timezone example
7171

72-
To write to a column with data type link:https://docs.datastax.com/en/dse/6.8/cql/cql/cql_reference/refDataTypes.html#refDataTypes__timestamp[timestamp], for the test Pulsar topic string field that contains `2018-03-09T17:12:32.584+01:00[Europe/Paris]`, use the setting:
72+
To write to a column with data type https://docs.datastax.com/en/dse/6.8/cql/cql/cql_reference/refDataTypes.html#refDataTypes__timestamp[timestamp], for the test Pulsar topic string field that contains `2018-03-09T17:12:32.584+01:00[Europe/Paris]`, use the setting:
7373

7474
[source,language-yaml]
7575
----
@@ -81,7 +81,7 @@ topic:
8181

8282
Date example
8383

84-
To write to a column with type link:https://docs.datastax.com/en/dse/6.8/cql/cql/cql_reference/refDataTypes.html#refDataTypes__date[date] for a Pulsar topic that contains a string field like "2018-04-12", use the setting:
84+
To write to a column with type https://docs.datastax.com/en/dse/6.8/cql/cql/cql_reference/refDataTypes.html#refDataTypes__date[date] for a Pulsar topic that contains a string field like "2018-04-12", use the setting:
8585

8686
[source,language-yaml]
8787
----
@@ -93,7 +93,7 @@ topic:
9393

9494
Time example
9595

96-
To write to a column with type link:https://docs.datastax.com/en/dse/6.8/cql/cql/cql_reference/refDataTypes.html#refDataTypes__time[time] for a Pulsar topic string field like "10:15:30", use setting:
96+
To write to a column with type https://docs.datastax.com/en/dse/6.8/cql/cql/cql_reference/refDataTypes.html#refDataTypes__time[time] for a Pulsar topic string field like "10:15:30", use setting:
9797

9898
[source,language-yaml]
9999
----

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Default: `""`
4040

4141
[#port]
4242
port:: DSE native transport port.
43-
See link:https://docs.datastax.com/en/dse/6.8/dse-admin/datastax_enterprise/config/configCassandra_yaml.html#configCassandra_yaml__native_transport_port[native_transport_port].
43+
See https://docs.datastax.com/en/dse/6.8/dse-admin/datastax_enterprise/config/configCassandra_yaml.html#configCassandra_yaml__native_transport_port[native_transport_port].
4444
+
4545
Default: `9042`
4646

0 commit comments

Comments
 (0)