0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java4,097 forks (4,097 forks)batch import
P3buggcpgood first issueiojava
Repository metrics
- Stars
- 7,313 stars (7,313 stars)
- PR merge metrics
- Avg merge 6d (Avg merge 6d)243 merged PRs in 30d (243 merged PRs in 30d)
Description
The transform should generate a unique token (must be stable across retries), and set it on outgoing pubsub messages if an idLabel has been set
Imported from Jira BEAM-361. Original Jira may contain additional context.
Reported by: millsd@google.com.
Contributor guide
- Research direction
- Examine the Batch Pub/Sub sink transform code to understand where and how outgoing Pub/Sub messages are built. Check if there is logic to generate a unique id (stable across retries) and set it on the message if an idLabel is configured. The fix likely involves adding the missing id generation and setting step.
- Tech stack
- java
- Domain
- backend
- Issue type
- Bug
- Prerequisites
- JavaApache Beam basics