Skip to content

Commit 9c307c2

Browse files
committed
add more information
1 parent 290b1e3 commit 9c307c2

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

articles/event-hubs/event-hubs-about.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,14 @@ Event Hubs integrates with [Azure Functions](../azure-functions/functions-bindin
134134

135135
The [Event Hubs emulator](overview-emulator.md) provides a local development experience for developing and testing code against the service in isolation, free from cloud dependencies.
136136

137+
### Client libraries
138+
139+
Event Hubs provides [client libraries](sdks.md) for .NET, Java, Python, JavaScript, and Go. These SDKs support both AMQP and Kafka protocols, enabling you to choose the best fit for your application.
140+
141+
### Monitoring
142+
143+
[Monitor Event Hubs](monitor-event-hubs.md) using Azure Monitor metrics, diagnostic logs, and alerts. Track throughput, latency, errors, and consumer lag to ensure optimal performance.
144+
137145
## Security and compliance
138146

139147
Event Hubs provides enterprise-grade security features:
@@ -205,12 +213,19 @@ Use these quickstarts to start streaming data with Event Hubs:
205213
- [Quotas and limits](event-hubs-quotas.md)
206214
- [Apache Kafka developer guide](apache-kafka-developer-guide.md)
207215
- [Schema Registry overview](schema-registry-overview.md)
216+
- [Log compaction](log-compaction.md)
217+
- [Frequently asked questions](event-hubs-faq.yml)
208218

209219
### Best practices
210220

211221
- [Recommended Apache Kafka configurations](apache-kafka-configurations.md)
212222
- [Availability and consistency](event-hubs-availability-and-consistency.md)
213223

224+
### Troubleshooting
225+
226+
- [Troubleshooting guide](troubleshooting-guide.md)
227+
- [.NET exceptions](event-hubs-messaging-exceptions.md)
228+
214229
### Migration
215230

216231
- [Migrate from Apache Kafka to Event Hubs](apache-kafka-migration-guide.md)

0 commit comments

Comments
 (0)