Changelog

Version 4.0.0

  • PR-122 - Add argLine to surefire override configuration so we maintain the Jenkins features of the common pom.
  • PR-91 - Drop invalid messages if needed
  • PR-88 - Inherit from common pom

Version 3.3.1

  • PR-126 - CC-1191: Added feature flag to control string-keyed map entry JSON serialization
  • PR-120 - Add upstream project so build are triggered automatically
  • PR-117 - CC-1096 Added ES error message when unable to create an index
  • PR-116 - CC-1059 Changed ES connector to use exponential backoff with jitter
  • PR-105 - Update quickstart to use Confluent CLI.

Version 3.3.0

  • PR-69 - Fix map output for String keyed maps.
  • PR-83 - ST-336: Move slf4j-simple into test scope so it is not pulled into the packaged version.

Version 3.2.2

  • PR-89 - Increase flush timeout in BulkProcessorTest to make the test more reliable when the test server has other CPU load.

Version 3.2.1

No changes

Version 3.2.0

  • PR-34 - CC-331: update config options docs
  • PR-47 - Allow for multiple Elasticsearch HTTP URLs
  • PR-53 - CC-392: Fix mapping existence check
  • PR-54 - CC-393: don’t use offset as document version when key.ignore=true
  • PR-49 - Schema.Type.BYTES should map to ‘binary’ ES datatype