-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* misc: remove use of deprecated ioutil package * kafka: clean up tests * publisher: kinesis: add stub * publisher: kinesis: add testing scaffold * publisher: fail integration tests on missing configuration * publisher: pubsub: add docs for future enhancements * publisher: kinesis: add tests for stream existence * publisher: kinesis: add support for synchronously deleting streams * publisher: kinesis: add tests for message production * publisher: kinesis: use randomised partition keys * publisher: kinesis: add tests for auto stream creation * publisher: kinesis: add tests for stream pattern * publisher: kinesis: cache streams * publisher: kinesis: optimise stream checks * ci: add integration test for kinesis * server: integrate kinesis publisher * publisher: kinesis: add publish timeout * app: wrangle config for kinesis publisher * app: add support for AWS credentials and region * docs: add configuration for kinesis publisher * docs: kinesis: add alternative way for specifying credentials * publisher: kinesis: add metrics * docs: add kinesis metrics * metrics: whitelist metrics for kinesis * kafka publisher: bugfix errornous metric * publisher: pubsub: fix unknown topic metric pubsub publisher was reporting `pubsub_unknown_topic_failure_total` for errors that were not strictly non-existent topic errors. * publisher: pubsub: make publish timeout per batch (vs per event) * publisher: kinesis: disable logs in tests * publisher: pubsub: handle replica topic creation gracefully * publisher: kinesis: make metrics consistent with other publishers * publisher: pubsub: simplify publish settings * fix: docker sock fallthrough
- Loading branch information
Showing
18 changed files
with
899 additions
and
41 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
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
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.