Use EventEmitter with NodeJs and Azure Functions

Solo812

Is it possible to use event emitters in NodeJS / Typescript for Azure Functions given the Serverless nature of Azure Functions? For high throughput scenarios, perhaps millions of requests per day to a single Azure function endpoint, I want to make sure that I don't end up with orphaned events.

PramodValavala-MSFT

You could leverage Azure Event Grid, the distributed cousin of the in-memory EventEmitter for your scenario.

Here is how you can compare these

As for scale, Event Grid has you covered as it was designed for such use cases.

Also, Event Grid has retry built-in and supports dead-lettering as well.

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事

分類Dev

NodeJS 7:EventEmitter + await / async

分類Dev

Use SSL certificate in azure function app with nodejs

分類Dev

How to use @BlobOutput or @TableOutput in java azure functions

分類Dev

Building Flux/React application without NodeJs EventEmitter

分類Dev

How to call remove listener on EventEmitter in nodejs?

分類Dev

TypeScriptクラスを含むNodeJS EventEmitter

分類Dev

Azure FunctionsのDI

分類Dev

Azure FunctionsのDI

分類Dev

Azure FunctionsのDI

分類Dev

Developing Azure functions locally

分類Dev

Azure functions runtime configuration

分類Dev

Azure Functions return IQueryable

分類Dev

Azure Functions Traffic Manager

分類Dev

Azure Functions + nodejs + vscode:configを起動して複数のazure関数関数をデバッグしますか?

分類Dev

nodejsのEventEmitterでremovelistenerを呼び出す方法は?

分類Dev

NodeJSのSocketIOとEventEmitterの類似点/相違点

分類Dev

What is the use of the cursorTo in the nodejs?

分類Dev

NodeJS-MS Azure IoT

分類Dev

use functions in a class - python

分類Dev

Azure Functions does not run on Azure but works locally

分類Dev

Calling Azure functions through the Azure CLI

分類Dev

Azure FunctionsとLogic Apps

分類Dev

Azure FunctionsとLogic Apps

分類Dev

Azure FunctionsとLogic Apps

分類Dev

SQL connection pooling in Azure Functions

分類Dev

Azure Functions Billing Async Methods

分類Dev

Cannot install Azure Functions Extension

分類Dev

Validating Azure Functions CRUD operations

分類Dev

Headless browser in Azure functions JavaScript?