DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
- Add the feature of clearing errors to `flush()`: `flush()` is not necessarily a transactional method + `AddPartition` is not done successfully in the next `send`.
- Add the feature of clearing errors to `commitTxn()`: `flush()` is not necessarily a transactional method + `AddPartition` is not done successfully in the next `send`.
- `send()` throws ApiException: may break backward compatibility.
- No need of explicit `flush()` before calling `
commitTransaction(commitOptions)`: not safe + `AddPartition` is not done successfully in the next `send`
...