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

Web console: only pick kafka input format by default when needed #16180

Merged
merged 1 commit into from Apr 1, 2024

Conversation

vogievetsky
Copy link
Contributor

Changes the input format guesser to, instead of always picking the kafka input format for a kafka source, to only pick it if it detects meaningful info in the kafka sample.

Meaningful info being:

  • a key
  • headers
  • more than one topic

This only changes the default, the user can always change it with one click.

@gianm gianm merged commit 06268bf into apache:master Apr 1, 2024
12 checks passed
@vogievetsky vogievetsky deleted the use-kafka-format-only-when-needed branch April 1, 2024 22:13
@adarshsanjeev adarshsanjeev added this to the 30.0.0 milestone May 6, 2024
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.

None yet

3 participants