apache / apache/pulsar-client-python
pulsar.Client() needs option to supress STDOUT
Aperta
good first issue
help wanted
- Lingua principale
- Python
- Stelle
- 75
- Fork
- 53
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
**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.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.