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

Null values are deserialized as the literal string "null" #86

Open
ghost opened this issue Dec 17, 2015 · 0 comments
Open

Null values are deserialized as the literal string "null" #86

ghost opened this issue Dec 17, 2015 · 0 comments

Comments

@ghost
Copy link

ghost commented Dec 17, 2015

Scenario:

  1. On the producer side, a null value is associated with the key "foo" and sent -> message.put("foo", null);
  2. On the consumer side, when the value is read out of the injected message -> String x = message.get("foo") -> we get the literal string "null"

This was found using the master branch of forklift.

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

No branches or pull requests

0 participants