Oleg Abrosimov

Results 61 comments of Oleg Abrosimov

yes, I'm going to add some tests to cover this special use case.

Clients have this issue with the https://ethereumico.io/multisend/ service.

Looks like this fixed this problem in my case: `address = web3.utils.toChecksumAddress(address.replace("0X", "0x"))`

Thank you for help! I'm using it because not all of my plugins require WooCommerce for their work. This one for example: https://wordpress.org/plugins/ethereum-wallet/

I've checked the v1.1.0 rdkafka version and it fails the same way as v.1.0.0 do. Note that producer works OK, only the consumer fails in both cases.

My kafka version: ``` [2019-11-28 15:28:19,456] INFO Kafka version: 2.3.0 (org.apache.kafka.common.utils.AppInfoParser) ```

https://github.com/edenhill/librdkafka/releases/tag/v1.1.0 released Jul 5, 2019 https://kafka.apache.org/downloads#2.3.1 released Oct 24, 2019 So, I assume that kafka v2.3.0 should be OK for the v1.1.0 rdkafka lib.

cppkafka version: 0.3.1 rdkafka version: 1.0.0 kafka version: 1.0.2 result: ``` Exception: Local: Timed out ``` same result for kafka version 0.10.2.2 and 0.9.0.1