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

kill elements parsing in plugin-server #18418

Open
3 of 10 tasks
tiina303 opened this issue Nov 6, 2023 · 0 comments
Open
3 of 10 tasks

kill elements parsing in plugin-server #18418

tiina303 opened this issue Nov 6, 2023 · 0 comments
Assignees

Comments

@tiina303
Copy link
Contributor

tiina303 commented Nov 6, 2023

why: it's a waste of time to do elements parsing back and forth. This is also a potential cause of issues for export/onevent/webhook pods to lag / waste resources: #inc-2023-08-16-onevent-and-webhooks-lag

ingestion:

webhooks:

  • webhooks as an app
    old action matching way might not be needed 🤷‍♀️
  • action matching part
  • data being sent to not need elements to have been parsed

exports:

  • exportEvents is being replaced by batch exports, that don't do elements parsing
  • onEvent is to be replaced by composeWebhook, that don't do elements parsing
@tiina303 tiina303 converted this from a draft issue Nov 6, 2023
@tiina303 tiina303 self-assigned this Nov 6, 2023
@xvello xvello moved this to In Progress in Pipeline Team (Deprecated) Nov 6, 2023
@tiina303 tiina303 moved this from In Progress to in progress (inactive) in Pipeline Team (Deprecated) Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: in progress (inactive)
Development

No branches or pull requests

1 participant