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 摘要。