apache / apache/pulsar-client-python
exceptions must derive from BaseException
オープン
- 主要言語
- Python
- スター
- 75
- フォーク
- 53
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
### Search before asking
- [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar.
### Version
3.1.0
### Minimal reproduce step
def callback(self,res):
self.logger.info(f"Message published,data={res}")
producer = self.client.create_producer(topic, compression_type=pulsar.CompressionType.LZ4 )
producer.send_async(send_message, self.callback(one_data))
### What did you expect to see?
mmm
### What did you see instead?
mmmm
### Anything else?
_No response_
### Are you willing to submit a PR?
- [X] I'm willing to submit a PR!
コントリビューションガイド
評価
この issue はまだ評価されていません。