You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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'
The text was updated successfully, but these errors were encountered: