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

make the topic field optional in the streaming KafkaOutput #5

Merged

Conversation

marclamy
Copy link
Member

The spark-sql-kafka library allows for a single DataFrameWriter to write to different Kafka topics on the cluster, which isn't possible in the current version of Data I/O.

Making the Topic field optional returns this functionality.

More information on the Kafka Integration Guide for Spark Structured Streaming: https://spark.apache.org/docs/3.2.1/structured-streaming-kafka-integration.html

@marclamy marclamy added the enhancement New feature or request label Apr 10, 2024
@marclamy marclamy force-pushed the feature/kafka-output-topic-in-schema branch from 514f6fe to 8134a06 Compare April 10, 2024 21:48
@marclamy marclamy merged commit 760e0a8 into AmadeusITGroup:main Apr 10, 2024
4 checks passed
@marclamy marclamy deleted the feature/kafka-output-topic-in-schema branch April 12, 2024 01:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant