diff --git a/README.md b/README.md index fe07a53..a4ef10e 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/client/README.md b/client/README.md index 5ebddf1..7bf6d51 100644 --- a/client/README.md +++ b/client/README.md @@ -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. diff --git a/client/examples/README.md b/client/examples/README.md index 25c0d6f..bde96ed 100644 --- a/client/examples/README.md +++ b/client/examples/README.md @@ -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 diff --git a/processor/README.md b/processor/README.md index 1aee56e..dca22ba 100644 --- a/processor/README.md +++ b/processor/README.md @@ -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 diff --git a/processor/examples/README.md b/processor/examples/README.md index af7d180..921e2f0 100644 --- a/processor/examples/README.md +++ b/processor/examples/README.md @@ -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