Skip to content

Commit

Permalink
Update FIXME comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Aug 18, 2022
1 parent 02d8cea commit 6016971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gcn_kafka/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ def __init__(
**kwargs,
)
)
# Workaround for https://github.com/edenhill/librdkafka/issues/3263.
# FIXME: Remove once confluent-kafka-python 1.9.0 has been released.
# Workaround for https://github.com/edenhill/librdkafka/issues/3871.
# FIXME: Remove once fixed upstream, or on removal of oauth_cb.
self.poll(0)


Expand Down

0 comments on commit 6016971

Please sign in to comment.