apache / apache/pulsar-client-python

pulsar.Client() needs option to supress STDOUT

Open
#143 4 comments 0 reactions 0 assignees View on GitHub
good first issue help wanted
Dominant language
Python
Stars
75
Forks
53
PR merge metrics
No merged PRs in 30d

Description

**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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.