Releases: efcloud/kafka-connect-sqs
Releases · efcloud/kafka-connect-sqs
v0.0.6
What's Changed
- Feature/prism/efekta 11663/kc sqs improvement by @prathborne in #7
Full Changelog: v0.0.5...v0.0.6
v0.0.5
v0.0.4
With the release, the value.converter can be set to any converter if the received data from SQS is in JSON format. value.transform.to.json needs to be true too.
What's Changed
- Enable
value.converterfor JSON data by @JavierMonton in #5 - Fixed some config issues on v0.0.3
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- Throw exception on parsing errors by @JavierMonton in #4
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- [EFEKTA-9153] - Transform Timestamps to datetimes by @JavierMonton in #3
Full Changelog: v0.0.1...v0.0.2
v0.0.1
This release differs from the main repository in two things:
- Messages are not being lost when there are connectivity issues
- A new config
value.transform.to.jsoncan be added to the SQS Sink to transform data into JSON before writing in SQS. This is especially useful when thevalue.converterisProtobufConverteror any other non-string format.
What's Changed
- Fix losing messages. by @JavierMonton in #1
- [EFEKTA-9153] - Convert data to JSON before sending to SQS by @JavierMonton in #2
New Contributors
- @JavierMonton made their first contribution in #1
Full Changelog: https://github.com/efcloud/kafka-connect-sqs/commits/v0.0.1