How to sent a real null in a kafka message? #353
-
Hi, I try to send a real null value in a kafka message (not a "null" String). According to the docs sending null should work for this type of field. When trying to sent an event I only manage to get a "null" String in my kafka message, not a real null value. But all of these only lead to a "null" string or empty "" string instead of a real null value. How to sent a real null? tested with V 5.3.1 & V5.3.3 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi @poorSock, if you remove the "idReferenceType" line, it will send a real null value |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
@poorSock, the "null" type is mainly for union definition |
Beta Was this translation helpful? Give feedback.
Hi @poorSock, if you remove the "idReferenceType" line, it will send a real null value