Closed
Conversation
Resolves #19 Added the upc field to the product_created event payload to allow event consumers to access the UPC code without additional lookups. Updated integration tests to validate the upc field is published. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Member
Author
|
This is a AI demo PR. Do not merge. |
|
Overview
Environment Variables (1 changes)
NODE_ENV=production
-NODE_VERSION=22.13.0
+NODE_VERSION=22.20.0
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
YARN_VERSION=1.22.22Labels (3 changes)
-org.opencontainers.image.created=2025-01-15T22:47:28.805Z
+org.opencontainers.image.created=2025-10-21T14:49:07.249Z
org.opencontainers.image.description=
org.opencontainers.image.licenses=CC0-1.0
-org.opencontainers.image.revision=781663d8eeebad7825a85796e942c08bc774cbd0
+org.opencontainers.image.revision=7526db41ebc7912c3cc0676f3e08cc272e825279
org.opencontainers.image.source=https://github.com/dockersamples/catalog-service-node
org.opencontainers.image.title=catalog-service-node
org.opencontainers.image.url=https://github.com/dockersamples/catalog-service-node
-org.opencontainers.image.version=v0.2.0
+org.opencontainers.image.version=pr-62Policies (1 improved, 1 worsened, 2 missing data)
Packages and Vulnerabilities (347 package changes and 43 vulnerability changes)
Changes for packages of type
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Package | Versiondockerdevrel/catalog-service-node:latest |
Versiondockerdevrel/catalog-service-node:pr-62 |
|
|---|---|---|---|
| ➖ | node | 22.13.0 |
|
| Removed vulnerabilities (6): |
|||
Changes for packages of type github (1 changes)
| Package | Versiondockerdevrel/catalog-service-node:latest |
Versiondockerdevrel/catalog-service-node:pr-62 |
|
|---|---|---|---|
| ➕ | node | 22.20.0 |
Changes for packages of type npm (284 changes)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
upcfield to theproduct_createdKafka event payloadupcfield is included in published eventsRelated Issue
Resolves #19
Changes
This change allows consumers of the
product_createdKafka event to access the UPC code directly from the event payload, eliminating the need for an immediate lookup.Test Plan
upcfield is present in Kafka event🤖 Generated with Claude Code