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

Produce tombstones #51

Closed
macasado86 opened this issue Oct 10, 2022 · 4 comments
Closed

Produce tombstones #51

macasado86 opened this issue Oct 10, 2022 · 4 comments

Comments

@macasado86
Copy link
Contributor

Hi,

I'm unable to produce tombstones (null messages) to kafka for a specified key in a compacted topic. I think the problem is that the producer is always expecting a value with a binary content and when an undefined atom arrives, the make_badarg method is invoked.

I would like to know if this is not supported or I'm missing something.

Thank you

@silviucpp
Copy link
Owner

You are right is not supported . It's very easy to add this. I will make a fix in the next days.

silviucpp added a commit that referenced this issue Oct 10, 2022
@silviucpp
Copy link
Owner

Please test on last master. The tombstones should be sent as undefined.

@macasado86
Copy link
Contributor Author

It works perfectly

Thank you very much!

@silviucpp
Copy link
Owner

You are welcome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants