Turn off Decimal128 support in GORM when working with MongoDB 3.2

Got GORM 6.1 (Grails 3.3+ or Micronaut), MongoDB 3.2 and strange “Prematurely reached end of stream” errors? - Check if these happen when trying to save BigDecimal fields and disable it in grails.mongodb.decimalType: false ...

Post · January 11, 2020 · 2 min · Artem Marchenko