Skip to content

v1.1.4

Compare
Choose a tag to compare
@osheroff osheroff released this 05 Aug 04:59
· 2432 commits to master since this release
  • add support for a bunch more charsets (gbk, big5, notably)
  • fix Maxwell's handling of kafka errors - previously we were trying to
    crash Maxwell by throwing a RuntimeException out of the Kafka
    Producer, but this was a failure. Now we log and skip all errors.