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
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 .
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
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.
The text was updated successfully, but these errors were encountered: