SahilKang / cl-rdkafka

Common Lisp library for Kafka
Other
42 stars 7 forks source link

Fix conf bug which broke tests on debian:stable #20

Closed SahilKang closed 5 years ago

SahilKang commented 5 years ago

Because debian:stable updated its version of librdkafka, the fall-through conf mechanism was no longer needed. However, the two confs were still being merged during the call to rd-kafka-conf. This had the effect of overriding user-provided conf values with the default values from the topic-conf pointer.

Here's how the tests were broken: