-
Notifications
You must be signed in to change notification settings - Fork 479
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
Allow consuming/producing Kafka tombstones when using Kafka PubSub with Avro #3510
Comments
@GregerTomas in our experience, tombstone events are supported for Avro as well... It was a bug 6+ months ago but has been addressed... |
@GregerTomas as mentioned on discord, we were able to reproduce the issue but only on the produce. I have a fix and will submit a PR shortly |
@passuied Yes, sounds good. I was able to recieve tombstones which were sent by non-Dapr producers (aka custom Dapr header were not present). When I sent a tombstone using Dapr, I recieved mentioned error. |
@GregerTomas this should be resolved. Please confirm |
confirmed |
Currently, consuming/producing tombstones Kafka messages is not supported when using Avro schema validation. Null values should be treated specially and not be validated by a schema.
See also https://discord.com/channels/778680217417809931/901141467840524289/1276090536976973845
The text was updated successfully, but these errors were encountered: