Mikhail Chernyakov
Mikhail Chernyakov
Hi @slandelle, I offer PR with a new factory for Netty's Channels #1584. I've also added a specific prefix for that group. Was not sure about `config.getThreadPoolName() + "-timer"`, decided...
Hello, I ran a simple hello-world example gogradle using gradle 5.6.4, then 6.4.1 (macOS 10.14.6). With both I had the same exception: ```java * What went wrong: An exception occurred...
@aleksanchezz @ashulenko Probably, for more obvious using this sink we should add the cpecific interface, something like this: ```java public interface ClickHouseSinkConverter { String convert(T record); } ``` And we...
Hi folks @ashulenko @aleksanchezz @MariaNosareva, how about migrating this project from Maven to Gradle? I found that with Gradle it is much easier to build, sign and deploy in maven...
- int-double - long-double - ...
Suggested by @dadadom : > some jmh tests with different parameters, mainly along the two dimensions "size of the map" and "number of buckets"