Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle nil value message correctly in table-view #930

Merged

Conversation

Demogorgon314
Copy link
Member

Motivation

Currently, when we publish a nil value message(tombstones) 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.

@Demogorgon314 Demogorgon314 force-pushed the Demogorgon314/table-view-nil-value branch from 83d8e66 to 77e23e9 Compare January 3, 2023 04:36
@Demogorgon314 Demogorgon314 force-pushed the Demogorgon314/table-view-nil-value branch from f1fc1ec to d1b4837 Compare January 3, 2023 06:27
@nodece nodece merged commit 9fc96d4 into apache:master Jan 3, 2023
@Demogorgon314 Demogorgon314 deleted the Demogorgon314/table-view-nil-value branch January 3, 2023 08:44
@shibd shibd added this to the v0.10.0 milestone Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants