Azure/azure-functions-kafka-extension

Apache Kafka output binding attributes not compiling

BrunoLucasCloud opened this issue · 4 comments

When I create a new azure function output trigger using Visual Studio, the initial template compiles fine. When I add values to access kafka it works fine. But If I try to add other attributes like EnableIdempotence=true, it won't compile.

image

Visual Studio will recognize it, but after adding, it won't compile any extra attributes besides the ones from the template it creates when I select 'kafka output trigger' during adding new azure function:

image

@BrunoLucasCloud we are in the process of releasing 3.7.0 NuGet release will be out soon. This issue is fixed in that release.

@BrunoLucasCloud we are live with 3.7.0 NuGet package we have fixed this issue there.
Please try that and share your feedback

Thanks, @shrohilla.
After updating to 3.7.0 It is compiling fine.
Cheers!

Closing this issue as it's resolved