Hey Kent, nice demo thanks. Is it possible to use BPT with an event flow with high frequency scenarios? I mean lets assume we are getting lots of events from an external system and process/enrich them under various azure services and publish them to other bunch of downstream systems via service bus. In order to be able to verify if an event is published or not by all down streamsystems, does it make to use BPT? Or is it more suitable for less frequently running processes?
@KentWeare6 ай бұрын
Through-put should not be a problem. We have a job that runs that is similar to our action completion job (for run history). Instead of writing to Azure Storage, we write to Azure Data Explorer which is capable of high throughput as well. We have designed this solution with performance in mind and that shouldn't impact the performance of processing Logic Apps transactions.