Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation should list the config for DLQ when using SSL #497

Open
pierremartignon opened this issue Sep 17, 2021 · 1 comment
Open

Comments

@pierremartignon
Copy link

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:
@moxious
Copy link
Contributor

moxious commented Sep 20, 2021

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants