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

[DEMO] Add UPC code to product_created event #19

Open
mikesir87 opened this issue Jan 8, 2025 · 0 comments
Open

[DEMO] Add UPC code to product_created event #19

mikesir87 opened this issue Jan 8, 2025 · 0 comments

Comments

@mikesir87
Copy link
Member

mikesir87 commented Jan 8, 2025

As a consumer of Kafka events from the catalog service, I would like to have the upc code added to the product_created event so I can have the UPC code of the new product without needing to immediately look it up.

Desired event:

{
  "action": "product_created",
  "id": 123,
  "name": "Sample product",
  "upc": "100000000002",
  "price": 100,
}

(Do not close. Used for demos)

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

1 participant