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
The underlying map for the implementation doesn't support null keys and values, that's why you are having the NPE.
While I agree that null values can be supported, if, for example in case of Kafka, you'd like to send a tombstone, you'd like to send a key and a null value, instead of only a null value.
NullPointerException is thrown when trying to create Targeted with null value.
It is a common case when we want to delete some item from channel using null value. Default Targeted implementation should support null values.
The text was updated successfully, but these errors were encountered: