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

Improve Event Consumption by Exposing Internal Event API Externally #243

Open
yanmxa opened this issue Nov 15, 2024 · 1 comment
Open

Improve Event Consumption by Exposing Internal Event API Externally #243

yanmxa opened this issue Nov 15, 2024 · 1 comment

Comments

@yanmxa
Copy link

yanmxa commented Nov 15, 2024

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.

@akoserwal
Copy link
Contributor

Thanks for raising the issue, we can review the event to be exposed for clients

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