-
Not seeing any examples showing how to send multiple output messages for Either Java or Python. There are samples of doing this for each of the other languages. Is this not supported or just not doc…
-
[Enter feedback here]
We tried using the sample to output to eventhub but the nuget package is depreated and the code did not work when using it with a cosmosdb trigger outputting to eventhub. Inst…
-
[`tokio::task::JoinSet`](https://docs.rs/tokio/1.33.0/tokio/task/struct.JoinSet.html) might be useful
-
The syntax for host.json for a trigger seem to be outdated. After testing I found that to change the `maxBatchSize`, the correct syntax is the one described in the "host.json settings" section, rather…
-
**Describe the bug**
When consuming events from an Azure EventHub and testing resilience to network connectivity
losses, I see the rhea-promise library failing with an 'undefined' error.
I real…
-
It would be beneficial to track the progress towards enabling supported triggers and bindings in a central location (maybe a section in the readme?)
| Type | Trigger | Input | Output |
| ---- | :-…
-
It looks like this has to be done in one PR.
Depends upon #686, Refactor the ServiceBusHelper class.
-
Description
===========
Unable to publish message to event hub, got error message:java.io.EOFException: EOF during handshake, handshake status is NEED_UNWRAP.
How to reproduce
================
…
uhdyi updated
2 months ago
-
### Expected Behavior
From the quick start code, if we remove the lines:
`signalChan := make(chan os.Signal, 1)`
`signal.Notify(signalChan, os.Interrupt, os.Kill)`
`
-
Hi Spyros
Thank you for the sample. Within the local environment the code runs fine, database is well connected, I can check the data in the database. When I publish the application in Azure I don´t s…