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

Sending tombstones with 'Produce to topic' #1072

Closed
neoscaler opened this issue Apr 19, 2022 · 2 comments
Closed

Sending tombstones with 'Produce to topic' #1072

neoscaler opened this issue Apr 19, 2022 · 2 comments
Labels
enhancement New feature or request topic data Kafka Topic data ui Need an ui update

Comments

@neoscaler
Copy link
Contributor

We can't produce valid tombstones using the 'Produce to topic' functionality. I tried already leaving the value empty or using 'null'. As far as I interpret the code at

value: multiMessage ? formData.value : JSON.parse(JSON.stringify(formData.value)),
, the value is simply used as string, so you can't create a valid tombstone with a null value currently.

Tested with AKHQ v0.20.0

@tchiotludo tchiotludo added ui Need an ui update topic data Kafka Topic data enhancement New feature or request labels Apr 19, 2022
@tchiotludo
Copy link
Owner

Seems that we simply need to add a GUI options to produce tombstone.
PR are welcome

@neoscaler
Copy link
Contributor Author

Seems that we simply need to add a GUI options to produce tombstone. PR are welcome

Working on a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request topic data Kafka Topic data ui Need an ui update
Projects
Status: Done
Development

No branches or pull requests

2 participants