Merge pull request #206 from jeremymeng/retiring
Point to the central repository
This commit is contained in:
Коммит
50832bade0
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче