Jyoti

Results 7 comments of Jyoti

Thanks for replying @mrm9084 , as suggested i updated the code to use subscribe ``` open class AppConfigFeatureToggleManager( private val featureManager: FeatureManager, private val refresh: AppConfigurationRefresh? ) { suspend fun...

Hi @mrm9084 , thanks so much. I have tried it and it works! closing the issue!

Hi @mrm9084 , I think local config might not be a problem, because when i am just using app configuration library [ implementation("com.azure.spring:spring-cloud-azure-appconfiguration-config:5.12.0") ] without this two [ implementation("com.microsoft.azure:applicationinsights-runtime-attach:3.5.2", implementation("com.microsoft.azure:applicationinsights-core:3.5.2")]...

I am currently working on replicating the issue again, as we have completely removed the old code along with the app configuration dependency. I need some time to recreate the...

Hi @mrm9084, I created a new app from scratch and this is detailed logs and information libraries used: ``` implementation( "com.microsoft.azure:applicationinsights-core:3.5.3" ) implementation( "com.microsoft.azure:applicationinsights-runtime-attach:3.5.2" ) implementation("com.azure.spring:spring-cloud-azure-appconfiguration-config:5.12.0") ``` Configuration file: ```...

Hi thanks @mrm9084 , I tried searching online with different libraries and found that opentelemetry-java library was needed and I have added this additional library ` implementation("io.opentelemetry:opentelemetry-extension-kotlin")` and it got...