[QUESTION] How does transaction_timeout_ms work?
Aberta
question
- Linguagem predominante
- Python
- Estrelas
- 1.4k
- Forks
- 269
- Merge médio
- 1d 1h
- PRs com merge (30d)
- 6
Descrição
I don't see an explanation of `TransactionManager`'s transaction_timeout_ms` in the docs.
Is that value a timeout for the context? For example, if you use
```
async for msg in consumer:
async with producer.transaction():
...
```
will it automatically close the context without a transaction? If so, will it retry the same message/offset?
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.