Open amotl opened 4 years ago
Thank you for the request. I'd like to consider to add sample.
Dear Tsuyoshi,
now that we've resolved #185 and #187 (thanks again!) can I humbly ask you about this again?
With kind regards, Andreas.
Dear @TsuyoshiUshio,
having a respective example at hand would be really helpful for us. Do you think you can afford the time to churn out something into the direction outlined above? Maybe @mym-kingbob would also be able to help?
With kind regards, Andreas.
Hi @amotl It is not isolated sample, however, I wrote E2E testing for the python function as well. The Python functions part includes E2E testing with output bindings.
https://github.com/Azure/azure-functions-kafka-extension/pull/199 https://github.com/Azure/azure-functions-kafka-extension/tree/tsushi/e2elanguage/test/Microsoft.Azure.WebJobs.Extensions.Kafka.LangEndToEndTests/server/python38/kafka_output
Dear Tsuyoshi,
thanks a bunch for providing these examples on behalf of e2e tests.
With kind regards, Andreas.
Hello @TsuyoshiUshio @shrohilla
I am writing any output binding for Python, I am seeing few things
Thanks for the help.
Hi there,
thank you so much for providing Azure bindings for Kafka. Our scenario is that we use Python to consume events from Azure Event Hubs using its trigger binding and want to write events to both CrateDB and Kafka.
While there is a snippet within the README outlining how to use the output binding with C# [1], we are humbly asking if you can guide us how to use the output binding with Python, similar to [2]. However, we would like to use it in the style as outlined within [3].
With kind regards, Andreas.
[1] https://github.com/Azure/azure-functions-kafka-extension#output-binding [2] https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-hubs-output?tabs=python [3] https://stackoverflow.com/a/61734403