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

Batching is not working correctly in HttpSink #108

Open
rahul-r-genpact opened this issue Feb 15, 2023 · 1 comment
Open

Batching is not working correctly in HttpSink #108

rahul-r-genpact opened this issue Feb 15, 2023 · 1 comment

Comments

@rahul-r-genpact
Copy link

rahul-r-genpact commented Feb 15, 2023

I used the HttpSink plugin version 1.2.5 in Cloud Data Fusion (version 6.7.2) in Google Cloud. While running my pipeline, data is getting sent out in batches but data that does not fit into a batch is never sent out.

For example:
If I have 100 records and if my batch size is 23, 92 records are sent out while the pipeline is running. The remaining 8 records are not sent out.
Having gone through the code I think the destroy() is not getting invoked.

@vikasrathee-cs
Copy link
Contributor

It is fixed in 1.4.1 release for cdap 6.8+ versions. Please verify and close this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants