azure-functions-kafka-extension
azure-functions-kafka-extension copied to clipboard
Add EnableDeliveryReports to KafkaAttribute
Being able to set EnableDeliveryReports is quite valuable, since the collector uses ProduceAsync behind the scenes. In high volume scenarios, the difference is huge (and the delivery reports are never exposed anyway).
Also, the MaxMessageBytes value was never properly copied.
Hi @gliljas It looks awesome. Thank you for your contributions! One last request is, could you update the documentation? I mean Readme.md of this repo.
"Documentation" added
Rebased
@shrohilla
@gliljas I would recommend to wait for PR. Post that we will look into this. 1 quick question, do you have any metric how this change will impact in huge volume scenario ??