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

Facing issues while sending Databricks Lineage (Spline) to kafka #766

Open
B09306 opened this issue Nov 13, 2023 · 1 comment
Open

Facing issues while sending Databricks Lineage (Spline) to kafka #766

B09306 opened this issue Nov 13, 2023 · 1 comment

Comments

@B09306
Copy link

B09306 commented Nov 13, 2023

Hi Team,
we have enabled spline on databricks cluster and we are able to connect from databricks to kafka using SSL certificate but spline is not able to connect to kafka that's why it is not able to send lineage to kafka & got below error .

SparkLineageInitializer: Spline successfully initialized. Spark Lineage tracking is ENABLED.
23/11/13 11:07:49 WARN NetworkClient: [Producer clientId=producer-1] Bootstrap broker xxxxxxxxxxxxx:9092 (id: -1 rack: null) disconnected

could anyone please look into this and help us.

@cerveada
Copy link
Contributor

You have to configure the Kafka producer the same way you provide bootstrap servers you can provide all other Kafka properties. Just be sure to use the right prefix.

For example for bootstrap.servers and ssl.key.password

spline.lineageDispatcher.kafka.producer.bootstrap.servers=localhost:9092
spline.lineageDispatcher.kafka.producer.ssl.key.password=xxx
//and so on

https://docs.confluent.io/platform/7.5/installation/configuration/producer-configs.html

@wajda wajda transferred this issue from AbsaOSS/spline Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: New
Development

No branches or pull requests

2 participants