sdeleuze
10/28/2020, 7:41 AMnfrankel
10/28/2020, 8:02 AM@Transactional š
https://twitter.com/transactionalnfrankel
10/28/2020, 8:03 AMsdeleuze
10/28/2020, 8:34 AMtmg
10/28/2020, 11:10 AM@Transational, Iām worried because there are some useful annotations like micrometer @Timed that do not work correctly yet.
Iāve seen the change in the milestone to 5.x Backlog, is that because there is no ā5.4ā label yet, or is it not really a priority for you guys?
Oh, and thank you for your hardwork in making spring+kotlin getting so much better year after year! itās a pleasure to use this combosdeleuze
10/28/2020, 2:04 PM@Timed use case as a comment with if possible the error log and a repro project ? Does this annotation work with Reactive types already ?todd.ginsberg
10/28/2020, 2:47 PMsdeleuze
10/28/2020, 2:49 PMsdeleuze
10/28/2020, 2:54 PMsdeleuze
10/28/2020, 2:59 PMsdeleuze
10/28/2020, 3:03 PMtmg
01/20/2021, 10:38 AMCould you add yourĀ @TimedĀ use case as a comment with if possible the error log and a repro project ? Does this annotation work with Reactive types already?Sorry @sdeleuze I did not see your comment until now. What do you mean by reactive types? Things such as kotlinx's
Flow or spring's Flux?
My use case is quite simple, any suspend function will report metrics badly, as when it suspends it will count as an exit.