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’m trying to consume inventory events from Kafka, but it currently takes a considerable amount of time to unmarshal or decode the event data. To improve this, I suggest exposing the internal event API externally. This would allow consumers to more easily decode the event data without the need for heavy unmarshaling on their side.
I’m trying to consume inventory events from Kafka, but it currently takes a considerable amount of time to unmarshal or decode the event data. To improve this, I suggest exposing the internal event API externally. This would allow consumers to more easily decode the event data without the need for heavy unmarshaling on their side.
The relevant code here: inventory-api/event.go
By making this change, we can streamline the event consumption process and improve performance for consumers.
The text was updated successfully, but these errors were encountered: