-
Notifications
You must be signed in to change notification settings - Fork 20
Support more sink #5
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
Comments
HTTP/Vector sink could act as a Vector source, HTTP/Vector source could act as a Vector sink. Same with other sinks/sources that Vector supports. But only a few sinks communicate with Vector directly |
I've also been thinking about HTTP recently. Although there are all kinds of HTTP requests, just providing basic HTTP functionality without a bit of customization may not be very useful. Perhaps we could offer some fundamental HTTP capabilities, such as a retry mechanism and rate - limiting. Then, for other related issues, like the implementation of gharchive #7 , we can perform secondary processing based on these capabilities. This way, other HTTP services won't have to handle these basic capabilities again later. What do you think? |
After some thought, I realize that implementing HTTP functionality as a separate issue #58 is indeed a good idea. This approach will make it more versatile. |
btw : should we support foreach / foreachBatch features like spark has done ? |
It looks good. However, I don't know what the utilization rate of the sinks is for these two approaches. |
No description provided.
The text was updated successfully, but these errors were encountered: