Skip to content

Ingestion Status Queues

Compare
Choose a tag to compare
@danield137 danield137 released this 25 Sep 15:14
· 359 commits to master since this release

Added the ability to track ingestion via status queues.

BREAKING CHANGES:

  • ReportMethod.QueueAndTable is no longer a valid option. Currently only supported reporting method is Queues.

FEATURES:

  • It is now possible to listen to queues for ingestion status. examples are provided here

FIXES:
NONE