-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(batchprocessor): block requests until response is received (#71)
Part 2 for #80 This PR adds the batchprocessor to otel-arrow with a couple enhancements: - block requests until the batch response is received - errors reported to producers; timeout will now report an error The main files to review are `batch_processor.go` and `batch_processor_test.go`
- Loading branch information
1 parent
c6161e5
commit c384fcf
Showing
8 changed files
with
388 additions
and
126 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
Oops, something went wrong.