Skip to content

Releases: nmaquet/kasper

Allow multiple `Close()` calls on TopicProcessor

23 Jul 23:26
Compare
Choose a tag to compare
Merge pull request #12 from movio/allow-multiple-close-calls

Allow multiple `Close()` calls on TopicProcessor

Add a `Flush()` method to the Sender() interface

12 Jul 20:38
Compare
Choose a tag to compare
Merge pull request #8 from movio/add-sender-flush

Add `Flush()` to Sender

Export NoopMetricsProvider

12 Jul 17:54
Compare
Choose a tag to compare
Pre-release

NoopMetricsProvider is a dummy implementation of MetricsProvider that does nothing.
Useful for testing, not recommended in production.

Remove slash from TopicProcessor metric labels

12 Jul 04:58
Compare
Choose a tag to compare

Slashes in metric labels cause issues in Prometheus, this change removes them.

MultiElasticsearch: allow for more flexibilty in associating tenant to index/type

12 Jul 04:57
Compare
Choose a tag to compare
Merge pull request #6 from movio/multi-es-improvement

MultiElasticsearch: allow for more flexibilty in associating tenant to index/type

Add byte-level summaries to MultiElasticsearch

12 Jul 04:56
Compare
Choose a tag to compare
0.3.0

Add byte-level summaries to MultiElasticsearch

Replace MultiElasticsearch counters with summaries

12 Jul 04:42
Compare
Choose a tag to compare
0.2.0

Replace MultiElasticsearch counters with summaries

Initial version

12 Jul 04:38
Compare
Choose a tag to compare
Initial version Pre-release
Pre-release

Initial release.

For an introduction to Kasper and the motivation behind it, you can read our introductory blog post: https://movio.co/en/blog/Kasper-process-library/