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

[Feature Request] Subscriptions should allow HTTP instead of UDP #6538

Closed
cnelissen opened this issue May 3, 2016 · 1 comment
Closed

[Feature Request] Subscriptions should allow HTTP instead of UDP #6538

cnelissen opened this issue May 3, 2016 · 1 comment

Comments

@cnelissen
Copy link

The current CREATE SUBSCRIPTION syntax only allows UDP endpoints however kapacitor can also support HTTP writes. On networks with high latency or virtual host environments where guest VM limitations might prevent reliable UDP communication, or situations where any amount of data loss is unacceptable, HTTP/TCP is much more reliable than UDP.

Example syntax:

CREATE SUBSCRIPTION sub0 ON "mydb"."default" DESTINATIONS ALL 'http://example.com:9090'

@gunnaraasen
Copy link
Contributor

gunnaraasen commented Jun 22, 2016

HTTP and HTTPS subscriptions are now supported in InfluxDB and Kapacitor versions >1.0.0-beta1. See #6655.

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

No branches or pull requests

2 participants