Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(remove): event-hubs pump project #476

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
345 changes: 0 additions & 345 deletions docs/preview/02-Features/02-message-handling/03-event-hubs.md

This file was deleted.

2 changes: 0 additions & 2 deletions docs/preview/02-Features/05-event-hubs-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ The Arcus message pump/router automatically makes sure that received Azure Event
If you also want the sender (dependency tracking) to be linked to the request, we provide a set of easy extensions on the `EventHubProducerClient` to make this happen.
For more information on dependency tracking, see the [Arcus Observability feature documentation on telemetry tracking](https://observability.arcus-azure.net/features/writing-different-telemetry-types/).

> 🚩 By default, the EventHubs message pump is using W3C correlation, not Hierarchical, which already allows automatic dependency tracking upon sending without additional configuration. If you want to use Hierarchical, please configure the correlation format in the [message pump configuration](./02-message-handling/03-event-hubs.md).

Internally, we enrich the `EventData` with the message correlation and track the entire operation as an Azure EventHubs dependency.
The result of this operation will result in a parent-child relationship between the dependency-request.

Expand Down
3 changes: 1 addition & 2 deletions docs/preview/02-Features/06-general-messaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,4 @@ public class RateLimitService
⚡ Besides the `PauseProcessingMessagesAsync` method, there also exists `Stop...`/`Start...` variants so that you can control the time dynamically when the pump is allowed to run again.

For more information on message pumps:
- [Azure Service Bus message pump](./02-message-handling/01-service-bus.md)
- [Azure EventHubs message pump](./02-message-handling/03-event-hubs.md)
- [Azure Service Bus message pump](./02-message-handling/01-service-bus.md)

This file was deleted.

231 changes: 0 additions & 231 deletions src/Arcus.Messaging.Pumps.EventHubs/AzureEventHubsMessagePump.cs

This file was deleted.

Loading
Loading