Skip to content

Releases: efcloud/kafka-connect-sqs

v0.0.6

16 Jul 11:05
05cbbf3

Choose a tag to compare

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

20 Mar 15:37
a5f73ab

Choose a tag to compare

What's Changed

Full Changelog: v0.0.4...v0.0.5

v0.0.4

21 Feb 13:41
f142896

Choose a tag to compare

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.converter for 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

12 Feb 15:45
cbdbeb0

Choose a tag to compare

What's Changed

Full Changelog: v0.0.2...v0.0.3

v0.0.2

07 Feb 13:37
024041c

Choose a tag to compare

What's Changed

Full Changelog: v0.0.1...v0.0.2

v0.0.1

07 Feb 13:35
d64e0e6

Choose a tag to compare

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.json can be added to the SQS Sink to transform data into JSON before writing in SQS. This is especially useful when the value.converter is ProtobufConverter or any other non-string format.

What's Changed

New Contributors

Full Changelog: https://github.com/efcloud/kafka-connect-sqs/commits/v0.0.1