Giter VIP home page Giter VIP logo

Comments (8)

jeffhollan avatar jeffhollan commented on June 23, 2024 2

I believe the error you see is a tooling one. Meaning the local runtime is validating a storage account exists even though technically it may not be needed. So we'll need to track an issue on azure/azure-functions-core-tools to remove this validation (ideally only when it's not really needed, but not sure how we could do that).

@ahmelsayed and @ankitkumarr as FYI

from azure-functions-kafka-extension.

jeffhollan avatar jeffhollan commented on June 23, 2024 1

CLI fix just got merged in. Not released yet, but having no AzureWebJobsStorage setting should run without issue now if using the Kafka extension.

from azure-functions-kafka-extension.

ryancrawcour avatar ryancrawcour commented on June 23, 2024

we're using "issues" to capture requirements. so all good. thanks @jeffhollan. I might go add labels to help distinguish between features, requirements, bugs, issues etc.

from azure-functions-kafka-extension.

fbeltrao avatar fbeltrao commented on June 23, 2024

It seems we won't need storage for Kafka triggers since checkpoint are saved in a topic. However, when running a function without storage I get:

Missing value for AzureWebJobsStorage in local.settings.json. This is required for all triggers other than HTTP. You can run 'func azure functionapp fetch-app-settings <functionAppName>' or specify a connection string in local.settings.json.

I don't know if there is a way I can define in trigger that it is ok to not have a storage account associated to my Function.

from azure-functions-kafka-extension.

ryancrawcour avatar ryancrawcour commented on June 23, 2024

That sounds like something that needs to be fixed in webjobs somewhere.

@jeffhollan & @anirudhgarg do we know where this is throwing, and what functions is trying to do with this value?

from azure-functions-kafka-extension.

fbeltrao avatar fbeltrao commented on June 23, 2024

This is what I found:

AzureWebJobsStorage setting Result
"None" seems to work without warnings
"" function does not run
omitted function does not run

So, is the requirement to be able to run having "AzureWebJobsStorage": "None"?

from azure-functions-kafka-extension.

ryancrawcour avatar ryancrawcour commented on June 23, 2024

"Not defined" says to me omitted, as in not even in the file.
I'd also like "" to work

But I'd be content with setting to "None" if this is going to be too hard to change the underlying Functions/WebJobs behaviour.

@jeffhollan ?

from azure-functions-kafka-extension.

ryancrawcour avatar ryancrawcour commented on June 23, 2024

Thanks @jeffhollan do you know when it will be released? Can i close this issue?

from azure-functions-kafka-extension.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.