зеркало из
1
0
Форкнуть 0

Merge pull request #206 from jeremymeng/retiring

Point to the central repository
This commit is contained in:
Jeremy Meng 2019-02-19 12:22:52 -08:00 коммит произвёл GitHub
Родитель 2f4a3c8427 bf59ca44eb
Коммит 50832bade0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
5 изменённых файлов: 31 добавлений и 3 удалений

Просмотреть файл

@ -1,5 +1,8 @@
# 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](./client).
- `@azure/event-processor-host` - The Event Processor Host for efficient receiving of messages. You can find more info over [here](./processor).
This project has been moved to the
[azure-sdk-for-js](https://github.com/Azure/azure-sdk-for-js/tree/master/packages/%40azure/eventhubs/)
repo.
This repo is no longer maintained.

Просмотреть файл

@ -1,6 +1,12 @@
@azure/event-hubs
================
This project has been moved to the
[azure-sdk-for-js](https://github.com/Azure/azure-sdk-for-js/tree/master/packages/%40azure/eventhubs/client/)
repo.
This repo is no longer maintained.
Azure Event Hubs is a scalable event processing service that ingests and processes large volumes of events and data, with low latency and high reliability. More information about Azure Event Hubs can be found over [here](https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-features).
This sdk provides a convenient way to interact with the Azure Event Hubs service.

Просмотреть файл

@ -1,3 +1,9 @@
This project has been moved to the
[azure-sdk-for-js](https://github.com/Azure/azure-sdk-for-js/tree/master/packages/%40azure/eventhubs/client/README.md)
repo.
This repo is no longer maintained.
## Getting started with samples ##
## Building the library

Просмотреть файл

@ -1,6 +1,12 @@
@azure/event-processor-host
================
This project has been moved to the
[azure-sdk-for-js](https://github.com/Azure/azure-sdk-for-js/tree/master/packages/%40azure/eventhubs/processor/)
repo.
This repo is no longer maintained.
Azure Event Processor Host helps you efficiently receive events from an EventHub. It will create EventHub Receivers
across all the partitions in the provided consumer group of an EventHub and provide you messages received across
all the partitions. It will checkpoint metadata about the received messages at regular interval in an

Просмотреть файл

@ -1,3 +1,10 @@
This project has been moved to the
[azure-sdk-for-js](https://github.com/Azure/azure-sdk-for-js/tree/master/packages/%40azure/eventhubs/processor/README.md)
repo.
This repo is no longer maintained.
## Getting started with samples ##
## Building the library