EMS Kafka Connector v1.8.0
Key changes
- The limitation of
commit.size.bytes
has been reduced from >= 1MB to >= 100kB. - The default value for
row.group.size.bytes
has been reduced to 10KB. - A piece of config handling logic has been added to ensure that the value of
row.size.bytes
is constrained toMIN(row.group.size.bytes, commit.size.bytes)
. This is meant to prevent inconsistent and potentially problematic configurations.