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

dont allow string key is empty or whitespaces | also fix problem Index 0 out of bounds for length 0 #1751

Closed
wants to merge 1 commit into from

Conversation

devopg
Copy link

@devopg devopg commented Jan 21, 2022

@mhowlett
Copy link
Contributor

null and "" are two distinct, valid things that the utf8 serializer should support. also, "" should definitely not serialize as null, that would be surprising behavior.

@mhowlett mhowlett closed this Feb 16, 2022
@mhowlett
Copy link
Contributor

where does the "also fix problem Index 0 out of bounds for length 0" error occur. inside this client code?

@devopg
Copy link
Author

devopg commented Feb 16, 2022

yes . ksql throw exception if try process key = empty spaces or key = empty (not null)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants