Skip to content

Releases: trustpilot/kafka-connect-dynamodb

Sanitises invalid Avro field names

12 May 12:42
a1e993b
Compare
Choose a tag to compare

Avro is quite restrictive in what characters are allowed when defining a field but DynamoDB would happily allow characters like - (dash) or . (dot).

We updated the connectors code so that field names are sanitised so that they match Avro's field naming convention by replacing any invalid characters with _ (underscore).

Table whitelist config parameter

19 Nov 20:37
c35e7a5
Compare
Choose a tag to compare
  • integration tests
  • updated kinesis-adapter
  • table whitelist config parameter
  • kcl.table.billing.mode config parameter

log less messages on shard end during INIT_SYNC

16 Jul 14:42
Compare
Choose a tag to compare
0.9.6

Merge branch 'master' of github.com:trustpilot/kafka-connect-dynamodb

"stack" tag deprecated in favour of "environment" tag

16 Jul 12:17
Compare
Choose a tag to compare
0.9.5

Refact: Rename stack tag (#2)

Handle multiple "TERMINATE" calls for KclRecordProcessor

12 Jul 09:19
Compare
Choose a tag to compare
KCLRecordProcessor handles multiple shutdown calls gracefully

In some occasions KCL library calls shutdown multiple times for the
same shards KCLRecordProcessor. We have to make sure it doesn't fail
because closed dependencies.

Enables "IgnoreUnexpectedChildShards" option

02 Jul 13:43
Compare
Choose a tag to compare

0.9.2: downgrading shadow plugin to 2.0.4

20 Jun 12:07
Compare
Choose a tag to compare
To solve issues while running on travis

0.9.1

20 Jun 11:35
Compare
Choose a tag to compare
fix jar file name in travis deployment