Skip to content

3.1.2-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@blankensteiner blankensteiner released this 24 Jan 11:01
· 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