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

feat: new event type - record #3879

Merged
merged 1 commit into from
Nov 8, 2023
Merged

feat: new event type - record #3879

merged 1 commit into from
Nov 8, 2023

Conversation

chandumlg
Copy link
Member

Description

New event type "record". (To be used to sync rETL records.)

Linear Ticket

https://linear.app/rudderstack/issue/INT-650/handling-new-event-type-processing-in-pipeline

Security

  • The code changed/added as part of this pull request won't create any security issues with how the software is being used.

@@ -16,6 +16,7 @@ const (
delimiter = "<<>>"
eventStreamSourceCategory = "eventStream"
extractEvent = "extract"
rETLEvent = "record"
Copy link
Contributor

Choose a reason for hiding this comment

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

can record format be used by server side sdks too or do we want to restrict only to rETL?

Copy link
Member Author

Choose a reason for hiding this comment

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

I would say rETL. Don't see how would it be useful for server side sdks.

gateway/handle_http.go Outdated Show resolved Hide resolved
@chandumlg chandumlg marked this pull request as ready for review November 6, 2023 13:00
Copy link

codecov bot commented Nov 8, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4610c7e) 71.98% compared to head (be2e1d6) 71.88%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3879      +/-   ##
==========================================
- Coverage   71.98%   71.88%   -0.11%     
==========================================
  Files         372      373       +1     
  Lines       54831    54834       +3     
==========================================
- Hits        39472    39416      -56     
- Misses      13059    13103      +44     
- Partials     2300     2315      +15     
Files Coverage Δ
gateway/handle.go 89.06% <100.00%> (ø)
gateway/handle_http_replay.go 100.00% <ø> (ø)
gateway/handle_http_retl.go 100.00% <100.00%> (ø)
gateway/handle_lifecycle.go 84.97% <100.00%> (+0.04%) ⬆️

... and 16 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants