You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an umbrella ticket for work I've done on restructuring the code of S3 Loader and does not bring any user-facing changes. Main goals were:
Extract everything related to kinesis-connector into its own connector module to make it easier to factor out later
Remove several unused entities from previous versions such as Thrift decoders
Harmonize configuration: remove stringly-typed properties, use circe codecs, move everything configuration-related into one module, add a test spec, provide better error messages
Merge KinesisS3Emitter and S3Emitter - they're the same thing
The text was updated successfully, but these errors were encountered:
This is an umbrella ticket for work I've done on restructuring the code of S3 Loader and does not bring any user-facing changes. Main goals were:
connector
module to make it easier to factor out laterKinesisS3Emitter
andS3Emitter
- they're the same thingThe text was updated successfully, but these errors were encountered: