You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Enhancement] Bump librdkafka to 2.13.2
[Enhancement] Embed a per-file SPEC_HASH in test topic and consumer group names for tracing Kafka warnings back to specific spec files.
[Fix] Register ObjectSpace.define_finalizer in Rdkafka::Consumer to prevent segfaults when a consumer is GC'd without being explicitly closed (jturkel).
[Fix] Remove dead #finalizer instance methods from Consumer and Admin that could never work as GC finalizers.
[Fix] Prevent cascading test failures in admin specs when a single handle leaks into the registry.
[Feature] Extend Rdkafka::RdkafkaError with instance_name attribute containing the rd_kafka_name for tying errors back to specific native Kafka instances (#181).