-
When the adapter restarts, some intermediate events can be missed because the offset is kept in memory.
We need a way to store the offset in a storage account instead.
> The `Hub` struct can be …
-
In order to consolidate the performance displays of all services in the cluster, it should be possible to write the Antmedia server performance displays to the Azure EventHub via Kafka.
However, this…
-
The connection property in function.json should be only not __fullyQualifiedNamespace. This is not clear in the documentation for Python.
---
#### Document Details
⚠ *Do not edit this section.…
-
There really needs to be a discussion of the importance of localsettings.json and a sample of how to set up the connection strings for both web storage and the event hub. It's very unhelpful to newbi…
-
**Describe the bug**
The retry functionality does not work, since the below configuration will not be applied correctly when using Spring Cloud Azure Stream Binder Event Hub.
```properties
spring…
-
Hi Everyone,
line 88 in [send](https://github.com/Azure/azure-event-hubs-c/blob/master/eventhub_client/samples/send/send.c) example, the connection string and eventhub name are used. Instead of tha…
-
**Describe the bug**
After adding new label to scrape config promtail failed to consume Azure Event Hub with error like
"concurrent map read and map write".
**To Reproduce**
1. Started Lo…
-
The example which uses EventData[] is not correct. The new isolated process doesn't work with EventData and gives empty. Instead string [] works.
The document is not clear.
Eg. If I am upgrad…
-
Hi team, we have seen the `ReceiverDisconnectedException` in our databricks env and done some research.
Found other people have similar problem and solved in these 2 docs
https://github.com/Azure/…
-
The Azure documentation recommends to set `connections.max.idle.ms` to `180000`:
https://learn.microsoft.com/en-us/azure/event-hubs/apache-kafka-configurations#producer-and-consumer-configurations
…