DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
The producer can handle the retry on its own and the failure is invisible to the application
| Table of Contents |
|---|
Status
Current state: Under Voting
...
TransactionAbortableException
Exception/Error Names | Current handling | New Handling | ||
|---|---|---|---|---|
Producer API | Transaction API | Producer API | Transaction API | |
TransactionAbortableException | Producer Abortable | Producer Abortable | Producer Abortable | Producer Abortable |
ApplicationRecoverableTransactionException
...
InvalidTxnStateException requires special handling where producer API and Transactional API has different handling:
Exception/Error Names | Current handling | Expected Handling | ||
|---|---|---|---|---|
Producer API | Transaction API | Producer API | Transaction API | |
InvalidTxnStateException | Abortable | Fatal | Producer Abortable (KIP-890 relies on this – note this is the only one that differs with Produce API) | Application Recoverable |
InvalidConfigurationTransactionException
...