Shaun

Results 49 comments of Shaun

I've found https://github.com/leighmcculloch/vangen to be helpful.

+1 This would be extremely helpful as the current mechanisms for a workflow to wait for the completion of an external workflow are all quite messy. I really just want...

@NickCraver - Any chance we can get this merged? Getting keyspace notification support would be amazing.

I am seeing this as well in v1.2.5. Given: - proj/pkg1/pkg1.proto ```proto import "proj/pkg2/pkg2.proto"; package proj.pkg1; message Test1 { proj.pkg2.Test2 test = 1; } ``` - proj/pkg2/pkg2.proto ```proto package proj.pkg2;...

> Is this still an issue on V2.0.0b2? v2.0.0b2 packs everything for each package in to the `__init__.py` file and seems to have solved the parent/cousin import issues.

The two iothub packages you pointed to are for iothub management, not iothub edge devices (MQTT/AMQP, D2C, C2D, twin state, direct messages, etc). Same as [azure-iot-sdk-c](https://github.com/Azure/azure-iot-sdk-c), but for go. I...

As I stated previously, I originally asked this question in the azure-iot-sdk-c project (which is the SDK of the team of that service). They directed me here, see: [azure-iot-sdk-c issue...

@TsuyoshiUshio - This is still pretty easy to reproduce: ```bash func init LocalFunctionsProject --worker-runtime dotnet --docker cd LocalFunctionsProject func new --name KafkaExample --template "Service Bus Topic trigger" ``` Then: 1....

> Current documentation mentions for Linux Premium that we currently officially support. https://github.com/Azure/azure-functions-kafka-extension#linux-premium-plan-configuration Which environment do you use? Linux with AppService Plan or consumption? I might need to write about...

Header access in KafkaEventData would be great to have