Azure Function - Kafka Trigger | Load Configuration from database before trigger start consuming messages #426
Unanswered
dixitrohit17
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Everyone,
We are maintaining some business configurations/rules in Azure-PostgreSQL database table.
I would like to load those configurations (using store procedure calling) on function startup and avoid writing code in Kafka Trigger (so that it will not run every time).
Sort of static code which could be use to load configurations on application startup and use it throughout.
I would appreciate if there is any way to do so.
Environment: Azure | Kafka Trigger
Language: C#
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions