deripas
deripas
I understand that the dependency was earlier. > I would recommend restructuring your application so that your MeterBinder implementation is a separate component. Сan you give an example of how...
We have a lot of services that use `MeterBinder` to register metric for monitoring status, performance. One of the services sends messages/notifications using a RabbitTemplate-based client. When updating the springboot...
A small comment about the problem [#12855](https://github.com/spring-projects/spring-boot/issues/12855). > Here is the [example](https://github.com/mzakes/rabbitmq-micrometer-issue-example/blob/master/src/main/java/com/example/rabbitmq/micrometer/RabbitMicrometerApplication.java). Hope that it helps. It seems to me that the example is not quite correct. At the stage...
Yes, I have the same problem on a lenovo T470p with KUbuntu ``` Bus 001 Device 002: ID 138a:0097 Validity Sensors, Inc. ``` ``` Found device Downloading https://download.lenovo.com/pccbbs/mobiles/n1mgf03w.exe to extract...
As workaround, I'm use https://github.com/uunicorn/python-validity with custom driver url: ``` $ sudo systemctl stop python3-validity $ sudo validity-sensors-firmware --driver-uri https://download.lenovo.com/pccbbs/mobiles/n1mgf03w.exe $ sudo python3 /usr/share/python-validity/playground/factory-reset.py ```
Agree with this, that the most common use, which is to use the same initial delay as the interval, but other case are possible: - delay is zero, run repiodic...
Yes. My point is that when migrating from using `java.util.concurrent.ScheduledExecutorService` there will be some difficulties, there is no ready-made replacement for the method `scheduleAtFixedRate`. Then I suggest to close the...