-
I'm developing a Javascript v4 function. It's working fine in cloud, but on local I'm not able to connect to my docker-compose started Event Hub Emulator.
I have Questions:
- How do I produce ev…
-
I recently made some changes to `.vscode/cspell.json` but the CI failed because it checked itself:
```
npx cspell lint --config /mnt/vss/_work/1/s/.vscode/cspell.json --no-must-find-files --root /…
-
**Query/Question**
I'm trying to follow the flow of an exception in `partitionProcessor.processEvent`, but the code comments and documentation are at best confusing or even contradict each other (JS …
-
Bug Report:
- Actual behavior:
message_id is not seen in systemProperties, on reading from eventhub.
- Expected behavior:
message_id is expected to populate in systemProperties, on reading fro…
-
If there are validation errors with setting up listener, for example EventHub used by the function does not exist, we should throw FunctionIndexingException instead we see Functions Host startup erro…
-
### Description
**Description**
Using an EventHub triggered function with PartitionContext as parameter causes an error:
> Exception: Microsoft.Azure.Functions.Worker.FunctionInputConverterExcept…
-
Need to move EventHubs tests over to using the EnvVariableLoader + ARM template to create resources. Currently we're using the azure-mgmt-eventhub SDK, which means we have to add this to our dev_requi…
-
Currently I am working on some diagnostic code to view IoT Hub messages (via Event Hub). I am currently just trying to get everything to work in the 1st place (without the event grid). So I am using t…
-
It would be good if the SlimMessageBus Azure Event Hub transport would provision the necessary hubs and consumer groups in an event hub namespace.
https://docs.microsoft.com/en-us/azure/event-hubs/…
-
In a new edge case we are forwarding AMQP messages from another AMQP broker to event hub. The source allows application properties with a value of null. When this occurs, the code linked below throw…