[QUESTION] How to close connection if Kafka server isn't responding?
オープン
question
- 主要言語
- Python
- スター
- 1.4k
- フォーク
- 269
- 平均マージ
- 1日 1時間
- マージ済み PR(30日)
- 6
説明
Hi!
I want to close both a producer and consumer when Kafka server isn't responding anymore.
If I do
```python
await producer.stop()
```
```python
await consumer.stop()
```
It will try to flush, but since the server isn't online, it won't close.
Any suggestions?
コントリビューションガイド
評価
この issue はまだ評価されていません。