Skip to content

Sending in OpenLineage Format via Kafka? #709

Answered by cerveada
giveitem asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, there are two options in this case:

1) create new dispatcher inside Spline Agent that will send to Kafka

The dispatcher for openlineage over http is already available and spline lineage over kafka is also available so it's only about combining the code from those two

2) use http-kafka proxy to take an http messaes and insert them in kafka

This actually already exist. Take a look at the following project: https://github.com/AbsaOSS/spline-openlineage
The rest-proxy subproject works as a http-kafka proxy. It is not realeased though, so you must build the artifact yourself.
It also means additional application running somewhere.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@giveitem
Comment options

Answer selected by giveitem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants