forked from strimzi/strimzi-kafka-bridge
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix metadata order in response when producing records (strimzi#945)
* Add integration test checking result ordering Signed-off-by: Robert Young <[email protected]> * fix: preserve record send order in response metadata This uses the send CompletionStages to keep the original ordering of records. kafka-clients Producer#send only guarantees that callbacks are executed in order per partition, the ordering of partitions is not guaranteed. Signed-off-by: Robert Young <[email protected]> * Updated CHANGELOG with metadata fix description Signed-off-by: Paolo Patierno <[email protected]> --------- Signed-off-by: Robert Young <[email protected]> Signed-off-by: Paolo Patierno <[email protected]> Co-authored-by: Paolo Patierno <[email protected]>
- Loading branch information
Showing
3 changed files
with
74 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters