Enable Kafka Transport for OpenLineage Event Listener #27830
Open
kekwan wants to merge 1 commit intotrinodb:masterfrom
Open
Enable Kafka Transport for OpenLineage Event Listener #27830kekwan wants to merge 1 commit intotrinodb:masterfrom
kekwan wants to merge 1 commit intotrinodb:masterfrom
Conversation
8c56daf to
2fa61fb
Compare
Contributor
Author
|
Tagged some of the recent contributors to the OpenLineage plugin for review. This PR picks up where PR #22998 left off to add Kafka transport to the plugin. |
ebyhr
reviewed
Jan 3, 2026
Member
ebyhr
left a comment
There was a problem hiding this comment.
Could you please update event-listeners-openlineage.md?
dolfinus
reviewed
Jan 3, 2026
...c/main/java/io/trino/plugin/openlineage/transport/kafka/OpenLineageKafkaTransportConfig.java
Outdated
Show resolved
Hide resolved
...n/trino-openlineage/src/main/java/io/trino/plugin/openlineage/OpenLineageListenerModule.java
Outdated
Show resolved
Hide resolved
...age/src/main/java/io/trino/plugin/openlineage/transport/kafka/OpenLineageKafkaTransport.java
Show resolved
Hide resolved
plugin/trino-openlineage/src/main/java/io/trino/plugin/openlineage/OpenLineageTransport.java
Show resolved
Hide resolved
2fa61fb to
b668390
Compare
b668390 to
dd340e7
Compare
mgorsk1
reviewed
Jan 5, 2026
...age/src/main/java/io/trino/plugin/openlineage/transport/kafka/OpenLineageKafkaTransport.java
Outdated
Show resolved
Hide resolved
...age/src/main/java/io/trino/plugin/openlineage/transport/kafka/OpenLineageKafkaTransport.java
Outdated
Show resolved
Hide resolved
...age/src/main/java/io/trino/plugin/openlineage/transport/kafka/OpenLineageKafkaTransport.java
Show resolved
Hide resolved
...c/main/java/io/trino/plugin/openlineage/transport/kafka/OpenLineageKafkaTransportConfig.java
Show resolved
Hide resolved
.../src/test/java/io/trino/plugin/openlineage/TestOpenLineageEventListenerKafkaIntegration.java
Outdated
Show resolved
Hide resolved
99af3d3 to
f00e094
Compare
dolfinus
approved these changes
Jan 5, 2026
f00e094 to
c5f83a7
Compare
60a43a5 to
3c56fd0
Compare
3c56fd0 to
5a3ca12
Compare
...age/src/test/java/io/trino/plugin/openlineage/kafka/TestOpenLineageKafkaTransportConfig.java
Show resolved
Hide resolved
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds Kafka as a transport option for
trino-openlineageevent listener plugin. Currently, only console and HTTP transport are supported.It reuses the SSL configuration options from the
trino-kafkamodule (kafka.ssl.keystore.location, etc.) similar to Kafka event listener plugin (#22888)Additional context and related issues
Fixes #21599
Release notes
( ) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
(x) Release notes are required, with the following suggested text: