Skip to content

Add Kinesis sink #1552

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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Add Kinesis sink #1552

wants to merge 8 commits into from

Conversation

acco
Copy link
Contributor

@acco acco commented May 19, 2025

Summary

  • add Kinesis sink schema and AWS helper
  • add Kinesis pipeline implementation
  • wire Kinesis into consumer and runtime
  • support Kinesis in factories and YAML loader
  • add basic tests for AWS client and pipeline
  • add frontend support for the Kinesis sink

@acco acco added the codex label May 19, 2025 — with ChatGPT Connector
@fazzone fazzone marked this pull request as ready for review May 28, 2025 23:35
@dosubot dosubot bot added the size:XL This PR changes 500-999 lines, ignoring generated files. label May 28, 2025
Comment on lines +35 to +41
records =
Enum.map(messages, fn %{data: data} ->
%{
"Data" => Base.encode64(Jason.encode!(Sequin.Transforms.Message.to_external(consumer, data))),
"PartitionKey" => data.group_id
}
end)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dedupe field/idempotency key we can use?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
codex size:XL This PR changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants