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
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
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 emptyHow to Reproduce the Problem
If you omit to put
{
...
"kafka.bootstrap.servers": "SSL",
...
}
Simple Dataset (where it's possibile)
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)
The text was updated successfully, but these errors were encountered: