Skip to content

EMS Kafka Connector v1.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jul 10:33
· 31 commits to main since this release

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 to MIN(row.group.size.bytes, commit.size.bytes). This is meant to prevent inconsistent and potentially problematic configurations.