Technoboy- commented on code in PR #22372:
URL: https://github.com/apache/pulsar/pull/22372#discussion_r1542337533
##########
pulsar-client/src/main/java/org/apache/pulsar/client/impl/TypedMessageBuilderImpl.java:
##########
@@ -144,6 +145,7 @@ public TypedMessageBuilder<T> value(T value) {
msgMetadata.setNullValue(true);
return this;
}
+ msgMetadata.setNullValue(false);
Review Comment:
Also we can do this in the `getMessage` before send.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]