fmiguelez commented on issue #7407: URL: https://github.com/apache/pulsar/issues/7407#issuecomment-1413419850
@gaoran10 I have taken another look at the current status of this issue. I have upgraded [pulsar-tombstone-test](https://github.com/fmiguelez/pulsar-tombstone-test) to use Pulsar 2.8.4. Current status is: * ✔ Explicit tombstones (setting `null` of message value on publication) are consumed without error * ❌ Implicit tombstones (only key is set on publication) throw an EOFException on consumption * ❌ Functions/sinks fail to receive a `null` as input on consumption throwing an exception instead (with both explicit and implicit tombstones) Third use case is not covered by the provided sample test. -- 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]
