sfescape opened a new issue #2751: null payload or property values generated 
NullPointerException in server
URL: https://github.com/apache/pulsar/issues/2751
 
 
   #### Expected behavior
   
   I expected the server to accept null valued properties and payloads
   
   #### Actual behavior
   
   NullPointerException in base64 processing in the case of payload
   NullPointerException in the case of property values being null
   
   java.lang.NullPointerException: null
           at 
org.apache.pulsar.common.api.proto.PulsarApi$KeyValue$Builder.setValue(PulsarApi.java:1923)
 ~[org.apache.pulsar-pulsar-common-2.1.1-incubating.jar:2.1.1-incubating]
   
   #### Steps to reproduce
   
   I used the Websocket API to send in a message with either a null payload or 
property values set to null.
   
   #### System configuration
   2.1.1

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to