You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be a good thing to be able to use schema registry to serialize/deserialize messages produced/consumed by async actors.
I don't know if there is already a recommended way to deal with this. At some point, I thought I could achieve this with interceptors but upon closer inspection, it seems they are meant for HTTP interactions. Maybe we should implement something analogous to this interceptor concept but for producers and consumers.
The text was updated successfully, but these errors were encountered:
jonykalavera
changed the title
Schema Registry support
Schema Registry support [suggestion]
Sep 17, 2022
I think it would be a good thing to be able to use schema registry to serialize/deserialize messages produced/consumed by async actors.
I don't know if there is already a recommended way to deal with this. At some point, I thought I could achieve this with interceptors but upon closer inspection, it seems they are meant for HTTP interactions. Maybe we should implement something analogous to this interceptor concept but for producers and consumers.
The text was updated successfully, but these errors were encountered: