neo4j-contrib/neo4j-streams

Documentation should list the config for DLQ when using SSL

pierremartignon opened this issue · 1 comments

Expected Behavior (Mandatory)

DLQ should accept SSL enabled KAfka server.

We need to fix the doc to specify "kafka.bootstrap.servers": "SSL"

Actual Behavior (Mandatory)

ERROR Cannot initialize the custom DLQ because of the following exception: (streams.kafka.connect.sink.Neo4jSinkTask)
java.lang.RuntimeException: The kafka.bootstrap.servers property is empty

How to Reproduce the Problem

If you omit to put
{
...
"kafka.bootstrap.servers": "SSL",
...
}

Simple Dataset (where it's possibile)

//Insert here a set of Cypher statements that helps us to reproduce the problem

Steps (Mandatory)

Configure
{
...
"kafka.bootstrap.servers": "kafka-broker-1:9094,kafka-broker-2:9094,kafka-broker-3:9094",
...
}

Screenshots (where it's possibile)

Specifications (Mandatory)

Currently used versions

Versions

Kafka-connect sink connector (latest)

  • OS: N/A
  • Neo4j: Aura (4.3)
  • Neo4j-Streams:

@pierremartignon where exactly in the docs does this need to be changed?

Is it in the DLQ section?

Also, I'm not quite following. kafka.bootstrap.servers is a list of URLs to connect to, why would the value be SSL?