apache / apache/pulsar-client-python

pulsar.Client() needs option to supress STDOUT

Aberta
#143 4 comentários 0 reações 0 responsáveis Ver no GitHub
good first issue help wanted
Linguagem predominante
Python
Estrelas
75
Forks
53
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

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

Guia de contribuição

Abrir o guia de contribuição

Direção de pesquisa

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.

Escrita pelo modelo de indexação a partir do texto da issue.

Avaliação

Stack de tecnologia
python
Domínio
backend-api-design, distributed-systems
Tipo de issue
Funcionalidade
Dificuldade
3/5
Tempo estimado
1-2 dias
Status de atividade
Estagnada
Clareza
Razoavelmente clara
Facilidade para iniciantes
35/100

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.