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

Add capability to shard message output based on values found in messages #67

Open
salsferrazza opened this issue Nov 22, 2022 · 0 comments
Labels
enhancement New feature or request feedback wanted Seeking community input

Comments

@salsferrazza
Copy link
Collaborator

Currently, the transcoder emits messages to output sources based on the message type specified in the schema. This would add a capability to further filter messages based on input dimensions observed, sharding them to separate outputs. For example, if you specify a list of --shard_keys fully qualified with the parent message type, it would manufacture a file/table/topic for each distinct value found in that dimension. So

--shard_keys SnapshotFullRefreshTcpLongQty.SecurityID

would produce and populate a separate persistent resource for each unique value of that dimension found in the input data.

@salsferrazza salsferrazza added enhancement New feature or request feedback wanted Seeking community input labels Nov 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feedback wanted Seeking community input
Projects
None yet
Development

No branches or pull requests

1 participant