radar-output-restructure version 1.1.3
Changes since version 1.1.2:
- Updated Minio, including updated syntax
- Read object tags from S3 and object metadata in Azure to determine end offset of file.
- Wrapped
JedisPool
in aRedisHolder
that does converts thrownJedisException
toIOException
. - Wrapped RadarKafkaRestructure and SourceDataCleaner into a Job to manage starting and catching exceptions. This fixes the occurrence that an OutOfMemoryException was not properly handled.
- Fixed off-by-one error in OffsetIntervals
- Reduced deduplication memory consumption, especially if the
format: deduplication: distinctFields
property is set.