Sink Configuration Settings
Connector Settings
Name | Description |
---|---|
|
|
|
A compatible Kafka Connect converter. Could be one of;
|
|
Schema Registry URL for message keys.
Required when a schema registry is required by the configured |
|
Should be set to |
|
A compatible Kafka Connect converter. Could be one of;
|
|
Schema Registry URL for message values.
Required when a schema registry is required by the configured |
|
Should be set to |
Neo4j Connection Settings
Name | Description |
---|---|
|
Neo4j URI to connect to. Multiple URIs can be specified separated by |
|
Neo4j database name to connect to. Recommended to be specified explicitly. |
|
Authentication type to use.
One of Default: |
|
Username to authenticate with.
Required when |
|
Password to authenticate with.
Required when |
|
Authentication realm to authenticate with, leave empty for default. |
|
Kerberos ticket to establish connection with.
Required when |
|
Bearer token to establish connection with.
Required when |
|
Custom authentication scheme to establish connection with.
Required when |
|
Custom principal to establish connection with.
Required when |
|
Custom credential to establish connection with.
Required when |
|
Custom authentication realm to authenticate with, set as required by your custom authentication provider. |
|
TCP connection timeout (valid units are: Default: |
|
Maximum number of connections to keep in the connection pool. Default: |
|
Maximum duration to wait for acquiring a connection from the connection pool (valid units are: Default: |
|
Duration after which idle connections are tested for liveness (valid units are: Default: |
|
Duration after which a connection is dropped from the connection pool (valid units are: Default: |
|
Maximum duration to retry a transaction. Default: |
|
Whether encryption is enabled. Only applicable when Default: |
|
Trust strategy to use for TLS connections.
One of Default: |
|
List of files that contain X509 certificates of CAs to trust.
Required when |
|
Whether hostname verification is enabled during TLS handshake.
One of Default: |
Common Sink Settings
Name | Description |
---|---|
|
Maximum number of messages processed per transaction per topic. Default: |
|
Maximum amount of time a batch is allowed to be processed (valid units are: Default: |
Cypher Strategy Settings
Name | Description |
---|---|
|
Cypher statement to run for the specified topic.
Example: |
|
Under what name message timestamp will be bound in user provided Cypher statements. Set to empty string to disable binding of message timestamp. Default: |
|
Under what name message header will be bound in user provided Cypher statements. Message headers will be bound as a map of header names to corresponding values. Set to empty string to disable binding of message headers. Default: |
|
Under what name message key will be bound in user provided Cypher statements. Set to empty string to disable binding of message key. Default: |
|
Under what name message value will be bound in user provided Cypher statements. Set to empty string to disable binding of message value. Default: |
|
Whether message value will be bound as 'event' in user provided Cypher statements for backward compatibility. Default: |
Pattern Strategy Settings
Name | Description |
---|---|
|
Node or relationship pattern to apply on the messages received from the specified topic.
Example: |
|
Whether to merge incoming properties with existing properties of nodes. Default: |
|
Whether to merge incoming properties with existing properties of relationships. Default: |
|
Under what name message timestamp will be bound in patterns. Set to empty string to disable binding of message timestamp. Default: |
|
Under what name message header will be bound in patterns. Message headers will be bound as a map of header names to corresponding values. Set to empty string to disable binding of message headers. Default: |
|
Under what name message key will be bound in patterns. Set to empty string to disable binding of message key. Default: |
|
Under what name message value will be bound in patterns. Set to empty string to disable binding of message value. Default: |
CDC Strategy Settings
Name | Description |
---|---|
|
The topic(s) that contain CDC events generated by a Source instance of this connector using |
|
The topic(s) that contain CDC events generated by a Source instance of this connector using |
|
The label name attached to the nodes managed by the Default: |
|
The id property name attached to the nodes managed by the Default: |