raghu298

Results 15 comments of raghu298

Hi Team, Appreciate your response. Let me prepare and will send. Its happening once migrating from uima v2 to uima v3. Regards, Raghunath... On Thu, 28 Jul, 2022, 10:56 pm...

@graemerocher To reproduce it, consider a reactive client and i have tried both connection pool enabled/disabled. All configs are by default, but still getting the issue. ``` RxHttpClient httpClient; status...

@graemerocher: I checked there was a similar issue here also, not sure what was the resolution here: https://github.com/micronaut-projects/micronaut-core/issues/9995

@graemerocher: If you will check here few of them has given sample code base to reproduce the issue: https://github.com/fgong-lp/testApp/tree/master https://github.com/porechajp/micronaut-study/tree/main/mnredis Its clearly reproducible with any RxHttpClient with default config https://github.com/micronaut-projects/micronaut-core/issues/9995

@graemerocher does micronaut 8.4.2 need rxjava3 or compatible with rxjava2?

@dstepanov: Is there any change to micronaut-security as HttpAttributes.ROUTE_MATCH looks its not available and how to get same functionality? Have there been any changes in Micronaut 4.x related to the...

@graemerocher: Any thoughts why default http metrices are not getting tagged with

@graemerocher: My tracing and custom metrices are getting published with custom tags and only default http metrices are not added with tags? It was working with micronaut3x and Rxjava2, post...

@graemerocher if you will see i am using MeterFilter ``` @Bean @Singleton @Context MeterFilter contextDecorator(MDCWrapper mdcWrapper) { return new MeterFilter() { @Override public Meter.Id map(Meter.Id id) { ArrayList tags =...

@graemerocher: Anything that i can verify from my side, i am new to this micronau-micrometer and Rxjava3