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

Batched Event Payloads #377

Open
benfrancis opened this issue Mar 22, 2023 · 0 comments
Open

Batched Event Payloads #377

benfrancis opened this issue Mar 22, 2023 · 0 comments

Comments

@benfrancis
Copy link
Member

Currently in the HTTP Webhook Profile every event must be sent in a separate HTTP request. For very frequent events or property readings (e.g. a temperature value that changes every second or less) this could quickly overwhelm a Consumer.

One mitigation to this problem could be to batch multiple events or property readings into a single event payload. This could be as simple as wrapping the event payload format in an array to include multiple events in the same payload.

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

No branches or pull requests

2 participants