-
Our environment uses functions with an EventHubTrigger to process messages from EventHubs. We also use the ExponentialBackoffRetry attribute to retry unhandled exceptions. We use a consumption plan to…
-
There are some scenarios where directly referencing `System.Diagnostics.DiagnosticSource` can break usage of `Activity.Current`:
- referencing (even transitively) `DiagnosticSource` and deploying a `…
-
My team is facing the similar issue described #524 when working with multiple Consumer Groups. There are few databricks jobs (1 each for a consumer group) and these jobs are running in parallel and t…
-
Hi,
First, my last issue was about having problems adding the kafka extension this one was addressed by down grading the dotnet runtime from 5 to 3 which is ok.
Right now I ned to parameterizin…
-
I have a use case where I need to consume the 1 million events per second from Event Hub using spark streaming. I have created Event Hub with 10 partitions and 10 consumer groups to read the events in…
-
I want to create a cron job that read from EH (with checkpoint) processes the new msgs and terminates, so I tried to run this code:
```
spark.readStream.format("eventhubs").options(...).load()
.wr…
-
Hi,
I'm looking for a way to filter the messages received by providing an offset or time frame that I want to receive.
As far as I can see the Event hub supports something like this in combination w…
jo-me updated
3 years ago
-
### Expected Behavior
I am listening response to be received on pinging Event hub . Response should be : I m Listening
### Actual Behavior
azure.BearerAuthorizer#WithAuthorization: Failed to …
-
We're using a security tool called Snyk to scan our containers and it's reported a [Critical vulnerability](https://security.snyk.io/vuln/SNYK-JAVA-COMMICROSOFTAZURE-8230425) in "com.microsoft.azure:a…
-
### Expected behavior
Existance of these two classes under the package `com.microsoft.graph.models`. A removal of these classes has not been stated in the changelog. These are necessary to read C…