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
Is your feature request related to a problem? Please describe.
We are planning to leverage HTTP sink to index the records to Clickhouse. I see the http sink is not enabled in distribution and I understand that the code is not production ready.
Describe the solution you'd like
Configurable retryable status codes.
Configurable connect timeout, max conns, request timeout, socket timeout, keepalive, etc., to PoolingHttpClientConnectionManager
Connection leak needs to be fixed by making use of closable response
Http compression for outgoing requests.
DLQ as optional setting
Removal of http client building from hot path.
Last missing flush when iterating over records is required.
Describe alternatives you've considered (Optional)
We built custom data prepper distributions by including all the above.
The text was updated successfully, but these errors were encountered:
Some basic functionality exists but it needs to be verified and make sure it works in all cases. May also need to add more test cases before this can be included.
Is your feature request related to a problem? Please describe.
We are planning to leverage HTTP sink to index the records to Clickhouse. I see the http sink is not enabled in distribution and I understand that the code is not production ready.
Describe the solution you'd like
Describe alternatives you've considered (Optional)
We built custom data prepper distributions by including all the above.
The text was updated successfully, but these errors were encountered: