ChenYihao

Results 2 issues of ChenYihao

It seems there is no way to specify a deadline/timeout when we call execute method. Sometimes all connections in pool are used by some pretty slow query, then tons of...

enhancement

### Questions I write a Kafka consumer to consume JSON messages, so I use JsonObjectDeserializer, my configuration is: ```kotlin val kafkaConfig: Map = mapOf( "bootstrap.servers" to config.getString("kafka.bootstrap.servers"), "key.deserializer" to "org.apache.kafka.common.serialization.StringDeserializer",...

bug