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

Addressed issue in Kafka-pubsub for avro null messages #3531

Merged
merged 3 commits into from
Sep 5, 2024

Conversation

passuied
Copy link
Contributor

@passuied passuied commented Sep 4, 2024

Description

Addressed issue in Kafka-pubsub for avro null messages

  • was not properly tested end to end so the value never comes as NULL but as "null" which is the JSON representation

Issue reference

#3510

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation (N/A)

- was not properly tested end to end so the value never comes as NULL but as `"null"` which is the JSON representation

Signed-off-by: Patrick Assuied <[email protected]>
@passuied passuied requested review from a team as code owners September 4, 2024 19:41
@passuied
Copy link
Contributor Author

passuied commented Sep 4, 2024

I have validated locally that publishing 'null' will now be translated as nil

… allow sending `nil` data... (returns `short buffer` error when passing empty data)

Signed-off-by: Patrick Assuied <[email protected]>
Signed-off-by: Patrick Assuied <[email protected]>
Copy link
Member

@yaron2 yaron2 left a comment

Choose a reason for hiding this comment

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

LGTM

@yaron2 yaron2 merged commit e532226 into dapr:main Sep 5, 2024
87 of 89 checks passed
@passuied passuied deleted the fix/fix-tombstone-publish branch September 5, 2024 04:34
yaron2 pushed a commit to yaron2/components-contrib that referenced this pull request Sep 5, 2024
yaron2 added a commit that referenced this pull request Sep 5, 2024
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.

4 participants