Tristan Burch

Results 15 comments of Tristan Burch

+1 for ClickHouse support! Also, if it can't be added to the roadmap without a commercial agreement, then it seems like it'd be nice to have "community-supported" extensions like @filimonov...

Thanks @filimonov! I'll take a look. I was hoping for something that I could use in spring-boot, but maybe I can adapt this.

I'm also facing this error and have tried various combinations of python (via pyenv) and jep, but nothing seems to work. I'm not a python expert, but happy to help...

@ajs1998, I think if you can get the instance of the `CompositeMeterRegistry` and then call `close` on it within your shutdown hook, you should be ok. I ran into this...

The only reliable way I got it working in AWS Lambda, prior to fixing the bug in Micornaut, was to publish metrics around every request that was handled.

I also ran into this and wanted to support ordering so that `@Testcontainers` was started before [`@MicronautTest`](https://micronaut-projects.github.io/micronaut-test/latest/guide/).

It's interesting that `@DynamicPropertySource` doesn't require any order. With Micronaut, I've been implementing `TestPropertyProvider`, which is order-dependent because I need the address/port from the container to set the properties correctly...

If this is merged, it'd be great to get a new release to maven central.

Oh, this _would_ be very cool! I'll see what it would take to upgrade the UI library... it's quite a bit behind what jsoneditoronline has.