You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar as #4803, it is impossible to specify null key or null value in KeyValue schema. It throws exception as below:
java.lang.NullPointerException
at java.util.Base64$Encoder.encode(Base64.java:261)
at java.util.Base64$Encoder.encodeToString(Base64.java:315)
at org.apache.pulsar.client.impl.TypedMessageBuilderImpl.value(TypedMessageBuilderImpl.java:109)
Describe the bug
Similar as #4803, it is impossible to specify null key or null value in KeyValue schema. It throws exception as below:
To Reproduce
Expected behavior
Be able to support
null
key andnull
value.The text was updated successfully, but these errors were encountered: