Skip to content

5.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Aug 16:28
· 60 commits to master since this release

Add Azure support

In this commit, we introduce necessary changes and assets to make it possible to run RDB Loader with Azure services. These are the changes:

  • Introduce new transformer-kafka asset that will be able to read events from Kafka topic and writes transformed events to Azure Blob Storage
  • Make necessary changes on the Loader module to read shredding complete messages from Kafka module. Also, loader needs to interact with blob storage for folder monitoring feature. We've made necessary changes on the Loader module to make it possible to interact with Azure Blob Storage as well.