Skip to content

Tags: Burmuley/priority-pubsub

Tags

v0.2.0

Toggle v0.2.0's commit message
* refactored `process.HttpRaw` and `process.HttpDapr` into a single e…

…ntity `process.Http`

* introduced `transform` package with `TransformationFunc` type to implement transformation functions for messages data
* added first `TransformationFunc` implementation `DaprAws` for Dapr messages transformation when running with AWS SNS/SQS driver
* the `Run` function of `process.Processor` interface now accepts `transform.TransformationFunc` as third parameter
* configuration parser now supports new config section `transformer`
* updated documentation and example configuration files in `examples` directory

v0.1.0

Toggle v0.1.0's commit message
* moved packages from `internal` directory to the root

* added `http_dapr` `Processor` implementation
* using context with AWS API calls
* moved configuration parsing to `getPollLaunchConfig` function
* moved example scripts and configuration files to `examples` directory
* updated README.md