-
Notifications
You must be signed in to change notification settings - Fork 366
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
HTTP Sink Connector - not batching the messages #1476
Comments
Hi @davidsloan I tested a new version. It is more stable but I still have a problem with batches.
*connector sent only 1st message (only the 1st message of the two gathered is sent)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue
I am using HTTP Sink connector and it sends some random records. It is supposed to send data in a batch of 5 messages.
What version of the Stream Reactor are you reporting this issue for?
8.1.15
Are you running the correct version of Kafka/Confluent for the Stream reactor release?
NO - 3.6.2
Have you read the docs?
Yes
What is the expected behaviour?
It is supposed to send data in a batches. Batch of messages should be set by
connect.http.batch.count
What was observed?
When I set
connect.http.batch.count
connector doesn't send all messages. Debug showed that in batch queue there is only 1 or 2 messages.What is your Connect cluster configuration?
What is your connector properties configuration?
Logs
The text was updated successfully, but these errors were encountered: