Skip to content

3.1.2

Compare
Choose a tag to compare
@blankensteiner blankensteiner released this 29 Jan 11:07
· 82 commits to master since this release

Fixed

  • When sending a message that is too large the broker will close the tcp connection, causing the producer to disconnect, reconnect, and retry in an endless loop.
    Now a TooLargeMessageException is thrown (will be given to the exception handler) and the producer's state is changed to 'Faulted'
  • A race condition could cause Send(..) operations of the producer to hang after a reconnect