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

httpsend plugin - send find to multiple servers #479

Open
matthieumarrast opened this issue Jan 31, 2024 · 2 comments
Open

httpsend plugin - send find to multiple servers #479

matthieumarrast opened this issue Jan 31, 2024 · 2 comments

Comments

@matthieumarrast
Copy link
Contributor

The idea is to update the plugin httpsend to allow sending a file through HTTP to multiple urls.
With below config example:

# HTTP full URL to use for uploading files
# You can use following placeholders in this url:
# - {ORIGINAL_BASENAME}
# - {ORIGINAL_DIRNAME}
# - {RANDOM_ID}
# - {STEP_COUNTER}
# - {ORIGINAL_UID}
# - strftime placeholders like %Y%m%d
# Example for feeding another mfdata with HTTP
# http://FIXME:9091/incoming/{ORIGINAL_BASENAME}
# (coma separated list of urls)
http_url=http://server1:9091/incoming/{ORIGINAL_BASENAME},http://server2:9091/incoming/{ORIGINAL_BASENAME},http://server3:9091/incoming/{ORIGINAL_BASENAME}
@matthieumarrast
Copy link
Contributor Author

the sending must be done as simultaneously as possible

@thebaptiste
Copy link
Contributor

thebaptiste commented Jan 31, 2024

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