зеркало из
1
0
Форкнуть 0
Node client library for Azure Event Hubs https://azure.microsoft.com/services/event-hubs
Перейти к файлу
Amar Zavery 02c762be07
Merge pull request #162 from amarzavery/upmsrest
EPH: Bumping minimum version of @azure/event-hubs to "1.0.4".
2018-09-26 20:59:54 -07:00
.github Update issue templates 2018-06-22 11:34:09 -07:00
.vscode code fixes with working example of single and multiple eph 2018-09-07 21:24:44 -07:00
client update the version of ms-rest-azure to "2.5.9" 2018-09-26 20:49:41 -07:00
processor EPH: Bumping minimum version of @azure/event-hubs to "1.0.4". 2018-09-26 20:56:16 -07:00
testhub testhub updates 2018-09-24 19:06:34 -07:00
.gitattributes Adding generated js files, tsconfig, package.json and other miscellaneous files. 2018-04-06 19:24:33 -07:00
.gitignore ErrorHandler of the receiver should bubble up the error only if it is not retryable 2018-09-19 19:27:34 -07:00
.openpublishing.build.ps1 Initialize open publishing repository: https://github.com/Azure/azure-event-hubs-node of branch master 2018-05-25 19:00:55 +00:00
.openpublishing.publish.config.json Initialize open publishing repository: https://github.com/Azure/azure-event-hubs-node of branch master 2018-05-25 19:01:12 +00:00
.travis.yml Moving to amqp-common and updated structure of rhea-promise 2018-06-27 20:00:51 -07:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2018-05-29 11:18:12 -07:00
CONTRIBUTING.md Create CONTRIBUTING.md 2018-05-29 11:26:32 -07:00
LICENSE-CODE Initialize open publishing repository: https://github.com/Azure/azure-event-hubs-node of branch master 2018-05-25 19:00:55 +00:00
License Adding generated js files, tsconfig, package.json and other miscellaneous files. 2018-04-06 19:24:33 -07:00
README.md Update package names in root README 2018-09-18 15:58:21 -07:00
ThirdPartyNotices Initialize open publishing repository: https://github.com/Azure/azure-event-hubs-node of branch master 2018-05-25 19:00:55 +00:00
contribute.md Adding generated js files, tsconfig, package.json and other miscellaneous files. 2018-04-06 19:24:33 -07:00
sample.env add sample debug env value for reduced logging 2018-07-11 12:36:35 -07:00
thirdpartynotice.txt Adding generated js files, tsconfig, package.json and other miscellaneous files. 2018-04-06 19:24:33 -07:00

README.md

Azure Event Hubs for node.js

We have two client libraries for Azure Event Hubs

  • @azure/event-hubs - The Event Hubs client for sending and receiving messages. You can find more info over here.
  • @azure/event-processor-host - The Event Processor Host for efficient receiving of messages. You can find more info over here.