-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add librdkafka-based Kafka sink * rustfmt run * Add internal telemetry for kafka sink * Add config reading for kafka * Add setup for Kafkas in bin/cernan * Fix build error * Put in valve control for messages vector growing out of control * Add warn message when we need to retry a message - also use iter::filter_map * Add config tests for kafka * Kafka sink testability changes and a couple of tests to take advantage * Go ahead and test all the retryable error types * Add a test for the failed retry path * Add unrecoverable kafka error test * Testability improvements for global statics and remaining untested paths * Add a test for the default stats collector
- Loading branch information
Showing
10 changed files
with
1,030 additions
and
4 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.