tamer icon indicating copy to clipboard operation
tamer copied to clipboard

Warn the user of probable point of failure

Open gurghet opened this issue 2 years ago • 0 comments

https://github.com/laserdisc-io/tamer/blob/a1a33f5aac8bba4a76e4294fd63b967182e5b586/core/src/main/scala/tamer/Tamer.scala#L128 A nice enhancement would be to peek into the kafka producer config, get the transaction timeout and issue a human readable warning in case the transaction is still open, the kafka one is hard to understand and often at the other end of the system (wherever the broker is). Something like "hey, your transaction timeout is set to 30s and yet we are, consider increasing the timeout."

gurghet avatar Oct 16 '21 09:10 gurghet