Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.1.1] 2024-03-21
Changed
- Update Node.js to v20 (LTS)
Fixed
- fixed error caused by Kafka messages with a null key or a null message
[1.1.0] 2023-01-17
Added
- validatorProcessor can now be used to filter out messaged based on a custom function
[1.0.0] 2022-10-27
This is the first released version of the kafka2rest
plugin
[0.2.1] 2022-10-25
Changed
- upgraded library dependencies
[0.2.0] 2022-10-21
Changed
- it is possible to authenticate the requests made by the service
[0.1.3] 2022-09-23
Fixed
- fixed log on response not in JSON format
[0.1.2] 2022-01-10
Added
- service documentation
Changed
- upgraded library dependencies
[0.1.1] 2021-11-22
[0.1.0] 2021-11-15
Initial Release
This service converts Kafka messages into REST requests to configured targets. It allows to dynamically construct both the URL path and the request body depending on message key and payload.
Path and body processor can be added as Javascript functions at configuration time.