Demogorgon314 opened a new pull request, #930: URL: https://github.com/apache/pulsar-client-go/pull/930
### Motivation Currently, when we publish a nil value message([tombstones](https://en.wikipedia.org/wiki/Tombstone_(data_store))) to a compacted topic used to `TableView`, the `TableView` will store a nil value in the map, but we should remove this key since this is a tombstone. ### Modifications * Handle nil value message correctly in table-view * Add unit test to verify. -- 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]
