Last active
June 6, 2022 08:51
-
-
Save mdeltito/73d12466eacc7842bd9d91cbd39c3f8f to your computer and use it in GitHub Desktop.
reproduction of a http provider panic
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[sources.http_source] | |
address = "0.0.0.0:30000" | |
type = "http" | |
[sinks.http_sink] | |
inputs = [ "http_source" ] | |
type = "http" | |
uri = "https://example.org" | |
[sinks.http_sink.encoding] | |
codec = "text" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
provider: | |
type: http | |
url: https://gist.githubusercontent.com/mdeltito/73d12466eacc7842bd9d91cbd39c3f8f/raw/41f10ec922205a411dee917ee7dcdef554f558e1/remote-config.toml # <url to the remote-config.toml file> | |
poll_interval_secs: 3 |
Author
mdeltito
commented
Jun 3, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment