apache / apache/pulsar-client-python

pulsar.Client() needs option to supress STDOUT

未關閉
#143 4 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
good first issue help wanted
主要語言
Python
星號
75
分支
53
PR 合併指標
30 天內沒有已合併 PR

描述

**Is your feature request related to a problem? Please describe.**
This isn't necessarily a problem, but requires a workaround

**Describe the solution you'd like**
Simply add
client = pulsar.Client(ip, stdout=False)

**Describe alternatives you've considered**
Otherwise I have to manually supress stdout when I call pulsar.Client() or producer.send()

**Additional context**
Add any other context or screenshots about the feature request here.

貢獻指南

開啟貢獻指南

研究方向

Start at the pulsar.Client() and producer.send() entry points mentioned in the issue, and trace where they write to STDOUT. Check the existing client and producer tests for the relevant behavior. Done means callers can pass stdout=False to suppress output from these operations, with tests covering the option.

由索引模型根據 Issue 內容生成。

評估

技術堆疊
python
領域
backend-api-design, distributed-systems
Issue 類型
功能
難度
3/5
預估耗時
1-2 天
活躍度
停滯
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。