Azure Event Hubs SDK for .NET
Skill AktivAzure Event Hubs SDK for .NET. Use for high-throughput event streaming: sending events (EventHubProducerClient, EventHubBufferedProducerClient), receiving events (EventProcessorClient with checkpointing), partition management, and real-time data ingestion. Triggers: "Event Hubs", "event streaming", "EventHubProducerClient", "EventProcessorClient", "send events", "receive events", "checkpointing", "partition".
To enable .NET developers to effectively use Azure Event Hubs for high-throughput event streaming scenarios.
Funktionen
- Send events using EventHubProducerClient and EventHubBufferedProducerClient
- Receive events with EventProcessorClient for production use
- Manage partitions and use partition keys for ordering
- Configure authentication with DefaultAzureCredential and Azure Identity
- Integrate with ASP.NET Core
Anwendungsfälle
- Implementing real-time event streaming pipelines
- Building high-volume data ingestion systems
- Processing event streams with reliable checkpointing
- Developing event-driven microservices
Nicht-Ziele
- Managing Azure Event Hubs resources (creation, deletion) - use ARM SDKs for this
- Real-time translation or analysis of event data
- General-purpose .NET development outside of Azure Event Hubs integration
Workflow
- Configure environment variables for namespace, hub, and storage
- Set up authentication using Azure Identity
- Instantiate appropriate client (Producer or Processor)
- Implement sending or receiving logic using provided examples
- Handle errors and implement checkpointing strategies
Praktiken
- Event-driven architecture
- High-throughput data processing
- Reliable messaging
Voraussetzungen
- .NET SDK
- Azure subscription
- Azure Event Hubs namespace and hub
- Azure Blob Storage account for checkpointing
Trust
- warning:Issues AttentionThe repository has 19 open issues and 11 closed issues in the last 90 days, indicating a closure rate below 50% and a moderate number of open issues.
Installation
Zuerst Marketplace hinzufügen
/plugin marketplace add microsoft/skills/plugin install azure-sdk-dotnet@skillsQualitätspunktzahl
Vertrauenssignale
Ähnliche Erweiterungen
Azure Ai Document Intelligence Dotnet
100Azure AI Document Intelligence SDK for .NET. Extract text, tables, and structured data from documents using prebuilt and custom models. Use for invoice processing, receipt extraction, ID document analysis, and custom document models. Triggers: "Document Intelligence", "DocumentIntelligenceClient", "form recognizer", "invoice extraction", "receipt OCR", "document analysis .NET".
Azure Servicebus Py
100Azure Service Bus SDK for Python messaging. Use for queues, topics, subscriptions, and enterprise messaging patterns. Triggers: "service bus", "ServiceBusClient", "queue", "topic", "subscription", "message broker".
Azure Monitor Query Py
100Azure Monitor Query SDK for Python. Use for querying Log Analytics workspaces and Azure Monitor metrics. Triggers: "azure-monitor-query", "LogsQueryClient", "MetricsQueryClient", "Log Analytics", "Kusto queries", "Azure metrics".
Azure Container Registry SDK for Python
100Azure Container Registry SDK for Python. Use for managing container images, artifacts, and repositories. Triggers: "azure-containerregistry", "ContainerRegistryClient", "container images", "docker registry", "ACR".
Azure App Configuration SDK for Python
100Azure App Configuration SDK for Python. Use for centralized configuration management, feature flags, and dynamic settings. Triggers: "azure-appconfiguration", "AzureAppConfigurationClient", "feature flags", "configuration", "key-value settings".
Microsoft Skill Creator
100Erstellen Sie Agent-Skills für Microsoft-Technologien mithilfe offizieller Dokumentation. Verwenden Sie diesen Skill, wenn der Benutzer einen Skill für eine Microsoft-Technologie (Azure, .NET, M365, VS Code, Bicep usw.) erstellen, generieren oder bearbeiten möchte – auch wenn dies umgangssprachlich formuliert ist wie „Erstelle einen Skill für Cosmos DB“. Untersucht das Thema anhand offizieller Dokumente und generiert dann einen hybriden Skill mit lokal gespeichertem Wissen und dynamischen Abrufen für tiefere Einblicke.