astronomy-commons / adc-streaming

Core Python(ic) client libraries and utilities for alert streaming
BSD 3-Clause "New" or "Revised" License
6 stars 6 forks source link

Update confluent-kafka version to skip recent buggy releases #67

Closed lpsinger closed 1 year ago

lpsinger commented 1 year ago

confluent-kafka 2.1.0 and 2.1.1 segfault when connecting to GCN. See https://github.com/confluentinc/confluent-kafka-python/issues/1547.

cnweaver commented 1 year ago

Sorry about the delay; given the context this makes sense, and I'll try to keep an eye on whether the next librdkafka/confluent-kafka release(s) fix the issue.

lpsinger commented 1 year ago

Thank you.

Confluent reports that it will, but the next release is probably a month or more away. So we would appreciate a release of adc-streaming in the near term to exclude the known buggy versions.

cnweaver commented 1 year ago

Makes sense; I will try to get a patch release out this week.