You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In your DataStax Apache Pulsar(TM) Connector configuration file, you can directly pass settings to the DataStax Java driver by using the `datastax-java-driver` prefix.
4
+
//Author's note: pulsar-sink uses an embedded Java driver. As of 1.6.14, it uses 4.16.0 (https://github.com/datastax/pulsar-sink/blob/master/pom.xml#L46), which is a pre-donation "DataStax Java driver" version.
5
+
6
+
In your DataStax Apache Pulsar(TM) Connector configuration file, you can pass settings directly to the embedded Cassandra Java driver by using the `datastax-java-driver` prefix.
== Mapping Pulsar Connector settings to Java driver properties
13
15
14
-
The following table identifies functionally equivalent DataStax Apache Pulsar Connector and DataStax Java driver settings.
15
-
16
-
NOTE: If you define both in your configuration, the Pulsar Connector setting take precedence over the `datastax-java-driver.property-name`.
17
-
If you do not provide either in your configuration, Pulsar Connector defaults are in effect.
18
-
19
-
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[].
16
+
The following table lists DataStax Apache Pulsar Connector settings and the functionally equivalent Java driver settings:
20
17
21
18
|===
22
19
| DataStax Apache Pulsar Connector setting | Using datastax-java-driver prefix
@@ -43,9 +40,19 @@ For information about the Java properties, refer to the https://docs.datastax.co
== Conversion of Java driver properties of type List to TypeSafe Config
59
66
60
-
The following properties that are of type `List`, which you could pass into the driver from your Pulsar Connector configuration via the `datastax-java-driver` prefix, are converted by the DataStax Java driver to the `TypeSafe Config` format.
67
+
The following properties that are of type `List`, which you could pass into the driver from your Pulsar Connector configuration via the `datastax-java-driver` prefix, are converted by the Java driver to the `https://docs.datastax.com/en/developer/java-driver/4.16/manual/core/configuration/index.html#default-implementation-typesafe-config[TypeSafe Config]` format:
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.
0 commit comments