Skip to content

Fabric Spark - EH Connector #51211

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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

Vikram-Atreya3
Copy link

Add translate function for eventstream properties to kafka properties

Why are the changes needed?

Does this PR introduce any user-facing change?

How was this patch tested?

Was this patch authored or co-authored using generative AI tooling?

params.contains(EVENTSTREAM_ARTIFACT_ID_OPTION_KEY) ||
params.contains(EVENTSTREAM_CONSUMER_GROUP_OPTION_KEY)) {
validateEventStreamOptions(params)
return CaseInsensitiveMap(KafkaOptionsUtils.buildKafkaOptionsFromSparkConfig(params));

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Method name should be "EventStreamUtils", KafkaOptionsUtils is a generic name which is more suitable for open source kafka connector utils

@github-actions github-actions bot removed the BUILD label Jun 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants