vladmihalcea / flexy-pool

FlexyPool adds metrics and failover strategies to a given Connection Pool, allowing it to resize on demand.
Apache License 2.0
1.09k stars 120 forks source link

Add support for Micrometer framework #53

Closed wreulicke closed 5 years ago

wreulicke commented 5 years ago

Fixes #52

vladmihalcea commented 5 years ago

@wreulicke Looks good. I'll squash the commits, fix the JavaDocs, and use this dependency for some integration testing to make sure it works, and release it as 2.1.0.

wreulicke commented 5 years ago

@vladmihalcea Thanks for your review. I'm looking forward to 2.1.0.

vladmihalcea commented 5 years ago

Integrated via this commit.