clayly
clayly
It's possible to pass ExecutorService to Dispatcher, but looks like OkHttpClient still creates threads by itself, out of user's control, and i think it's happening in TaskRunner, which is created...
**In what version(s) of Spring Integration are you seeing this issue?** 6.1.1 **Describe the bug** There is no explanation in documentation about how to use NIO for UDP neither corresponding...
Now at https://hub.docker.com/_/influxdb (Database Initialization: Manually Initializing the Database): ``` $ docker run --rm \ -e INFLUXDB_DB=db0 -e INFLUXDB_ADMIN_ENABLED=true \ -e INFLUXDB_ADMIN_USER=admin -e INFLUXDB_ADMIN_PASSWORD=supersecretpassword \ -e INFLUXDB_USER=telegraf -e INFLUXDB_USER_PASSWORD=secretpassword \...
User can provide Dispatcher(ExecutorService) to OkHttpClient, but TelemetryClient forcibly creates another one with `Executors.newSingleThreadScheduledExecutor` in constructor. (Migrate to Jira)