Magnus Edenhill

Results 23 issues of Magnus Edenhill

See https://github.com/confluentinc/confluent-kafka-python/issues/1335

librdkafka currently ignores (application) commit requests if the offsets match that of the last known commit. For reasons stated [here](https://github.com/confluentinc/confluent-kafka-python/issues/118#issuecomment-293139534) (commit expiry is shorter than message interval) it is desired...

enhancement

This is a coalescing issue for the following common issues: - Too many connections to broker (connections maintained even though they are unused) ✅ - Too many threads (causes CPU...

enhancement

`./configure --LDFLAGS="-gdwarf-2 -g3 -O0 -fno-builtin" --CFLAGS="-gdwarf-2 -g3 -O0 -fno-builtin" --CPPFLAGS="-gdwarf-2 -g3 -O0 -fno-builtin"` This will eventually skip the -g3 .. part of CFLAGS and LDFLAGS, but not CPPFLAGS, when appending...

bug

This may happen when calling purge() or when a transaction fails and purge() is automatically called internally. For the transaction case it is not really a problem since the transaction...

When updating librdkafka's copy of snappy-c from 711c52b7ef94c8e5c600571987fbe5769070b884 to 8015f2d28739b9a6076ebaa6c53fe27bc238d219 snappy compression stopped working for me. Since librdkafka uses the SG/iovec interface I turned to sgverify to see if there's...

Are there any plans to add this to the upstream libavro-c? The Avro-C library is in dire need of a json-to-avro decoder.