Releases: trustpilot/kafka-connect-dynamodb
Releases · trustpilot/kafka-connect-dynamodb
Sanitises invalid Avro field names
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
- integration tests
- updated kinesis-adapter
- table whitelist config parameter
- kcl.table.billing.mode config parameter
log less messages on shard end during INIT_SYNC
0.9.6 Merge branch 'master' of github.com:trustpilot/kafka-connect-dynamodb
"stack" tag deprecated in favour of "environment" tag
0.9.5 Refact: Rename stack tag (#2)
Handle multiple "TERMINATE" calls for KclRecordProcessor
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
0.9.3 Documentation updates
0.9.2: downgrading shadow plugin to 2.0.4
To solve issues while running on travis